From: Gabriel Dunne Date: Mon, 3 Sep 2012 01:41:04 +0000 (-0700) Subject: Updated INIT to not be DEV X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=7cef79495a1dbcb6ddec623d59c95b48f3b754d1;p=plog.git Updated INIT to not be DEV --- diff --git a/lib/init.php b/lib/init.php index 4e16b18..2e810df 100644 --- a/lib/init.php +++ b/lib/init.php @@ -18,7 +18,7 @@ define ('MORE_DELIM', ''); define ('TITLE_DELIMITER', ': '); define ('CONFIG_FILE', 'config'); -define ('DEV', true); +define ('DEV', false); if (DEV) { error_reporting(E_ALL);