diff mgallery.inc.php @ 195:f3098855ad58

Add debug option setting.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Mar 2018 13:44:12 +0200
parents cb7019690a73
children 0073439eff6d
line wrap: on
line diff
--- a/mgallery.inc.php	Mon Mar 19 13:17:14 2018 +0200
+++ b/mgallery.inc.php	Mon Mar 19 13:44:12 2018 +0200
@@ -95,6 +95,8 @@
   "med_width"        => [MG_INT, 960],
   "med_height"       => [MG_INT, 640],
   "med_quality"      => [MG_INT, 90],
+
+  "debug"            => [MG_BOOL, FALSE],
 ];