From 9f793da48a4d17c79681619445698f5a78296404 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sun, 1 Aug 2010 14:50:20 -0700 Subject: [PATCH] added init --- lib/init.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/init.php b/lib/init.php index 0dd8647..9c4003e 100644 --- a/lib/init.php +++ b/lib/init.php @@ -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', ''); define ('TITLE_DELIMITER', ': '); define ('CONFIG_FILE', 'config'); -- 2.34.1