From: Gabriel Dunne Date: Sun, 1 Aug 2010 21:50:20 +0000 (-0700) Subject: added init X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=9f793da48a4d17c79681619445698f5a78296404;p=plog.git added init --- 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');