From ed6d7e6ab76a73e5a31327d630e980dadc76c1dc Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 9 Jul 2010 18:09:32 -0700 Subject: [PATCH] updated init.php --- lib/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/init.php b/lib/init.php index e45c464..51fa8f6 100644 --- a/lib/init.php +++ b/lib/init.php @@ -5,8 +5,8 @@ ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . dirname(realpath(__FILE__))); define ('SITE_TITLE', 'plog'); - define ('LOCAL_ROOT', '/local/plog/root/'); - define ('WEB_ROOT', 'http://webroot.com/'); + define ('LOCAL_ROOT', '/local/root/to/plog/'); + define ('WEB_ROOT', 'http://www.webroot.com/'); define ('CONTENT_DIR', 'content'); define ('TEMPLATE_DIR', 'templates'); -- 2.34.1