From: Gabriel Dunne Date: Mon, 3 Sep 2012 03:22:03 +0000 (-0700) Subject: set DEV to false. X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=97d80d187430c3622e83dad53d93def67872ae77;p=plog.git set DEV to false. --- diff --git a/lib/init.php b/lib/init.php index fcb37f2..1388cb2 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); //define ('CACHE', false); if (DEV) {