]> git.quilime.com - plog.git/commitdiff
updated init.php
authorGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:09:32 +0000 (18:09 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 10 Jul 2010 01:09:32 +0000 (18:09 -0700)
lib/init.php

index e45c4645216624bf8e006ec88ef54d0d5df5dc6c..51fa8f6b67e47853c652a5fc88d9930275928cd3 100644 (file)
@@ -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');