From 8c0e39d2080d6322869508aaefc18eba67715971 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sun, 17 Feb 2008 00:43:22 +0000 Subject: Fix small typo causing meal viewing to fail. svn:ignore smarty templates cache. --- config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.php') diff --git a/config.php b/config.php index 7513385..0a1a2d6 100644 --- a/config.php +++ b/config.php @@ -15,7 +15,7 @@ define("DBUSER", "nutridb"); # database user define("DBPASS", "Nutr1dbAdm1n"); # database password define("ADODBDIR", "/usr/share/php/adodb"); # adodb db abastractions libs - adodb.sourceforge.net -define("SMARTYDIR", "/usr/share/php/smarty/libs"); # Smarty templates dir - smarty.php.net +define("SMARTYDIR", "/usr/share/php/smarty"); # Smarty templates dir - smarty.php.net # if true then any db error will cause the error to be printed # and the script will be halted. this should probably only be @@ -28,8 +28,8 @@ $config = new siteConfig; # variables that need to be interpolated inside strings and HEREDOCs # will go in the siteConfig object -$config->_rootDir = "/var/www/nutridb/trunk"; # root directory -$config->_rootUri = "http://localhost/nutridb/trunk"; # root uri +$config->_rootDir = "/var/www/nutridb.org/trunk"; # root directory +$config->_rootUri = "http://localhost/nutridb.org/trunk"; # root uri $config->_imgUri = "{$config->_rootUri}/images"; # where images live $config->_cssUri = "{$config->_rootUri}/css"; # where css files live $config->_jsUri = "{$config->_rootUri}/js"; # where javascript files live -- cgit v1.2.3