]> git.quilime.com - plog.git/commitdiff
added init
authorGabriel Dunne <gdunne@quilime.com>
Sun, 1 Aug 2010 21:50:20 +0000 (14:50 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sun, 1 Aug 2010 21:50:20 +0000 (14:50 -0700)
lib/init.php

index 0dd8647c1d705e02266d941acae4bf210587032f..9c4003eacf23f8892c9403a25104b50d3e453b90 100644 (file)
@@ -5,13 +5,14 @@
        ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(realpath(__FILE__)));
 
        define ('SITE_TITLE', 'quilime');
-       define ('LOCAL_ROOT', '/home/quilime/plog/plog/');
-       define ('WEB_ROOT', 'http://dev.quilime.com/');
+       define ('LOCAL_ROOT', '/home/quilime/quilime-site/');
+       define ('WEB_ROOT', 'http://quilime.com/');
        
        define ('CONTENT_DIR', 'content');
        define ('TEMPLATE_DIR', 'templates');
        define ('PAGE_DIR', 'pages');   
-       define ('CONFIG_DELIMITER', '--');      
+       define ('CONFIG_DELIMITER', '--'); 
+    define ('MORE_DELIM', '<!--more-->');
        define ('TITLE_DELIMITER', ': ');
        define ('CONFIG_FILE', 'config');