From 552f6d411daff48604b132c76f0f1472116cf1a0 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 21 Mar 2020 16:46:09 +0100 Subject: [PATCH] release cleanup --- ChangeLog | 2 +- webroot/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 06c72ac..ecd0072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -version 2.5 - Winnowing Hall (tbd) +version 2.5 - Winnowing Hall (2020-03-21) + Added a thumbnail by talking to Google page speed API Planned was a full page snapshot, but only got the thumbnail. diff --git a/webroot/index.php b/webroot/index.php index 7b6be3c..ee27602 100644 --- a/webroot/index.php +++ b/webroot/index.php @@ -32,7 +32,7 @@ ini_set('error_reporting',-1); // E_ALL & E_STRICT # time settings date_default_timezone_set('Europe/Berlin'); -define('DEBUG',true); +define('DEBUG',false); ## check request $_urlToParse = filter_var($_SERVER['QUERY_STRING'],FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW); -- 2.39.5