]> git.quilime.com - plog.git/commitdiff
set DEV to false.
authorGabriel Dunne <gdunne@quilime.com>
Mon, 3 Sep 2012 03:22:03 +0000 (20:22 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 3 Sep 2012 03:22:03 +0000 (20:22 -0700)
lib/init.php

index fcb37f2784d8d32a0c9b900ce6fdb30240d9e1a1..1388cb2528e02f046aabb2c47470fd1f55df2d0b 100644 (file)
@@ -18,7 +18,7 @@ define ('MORE_DELIM',       '<!--more-->');
 define ('TITLE_DELIMITER',  ': ');
 define ('CONFIG_FILE',      'config');
 
-define ('DEV', true);
+define ('DEV', false);
 //define ('CACHE', false);
 
 if (DEV) {