From: Gabriel Dunne Date: Sat, 10 Jul 2010 01:09:32 +0000 (-0700) Subject: updated init.php X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=ed6d7e6ab76a73e5a31327d630e980dadc76c1dc;p=plog.git updated init.php --- 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');