[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.17,1.18
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-21 16:51:13
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15230 Modified Files: config-dist.ini.php Log Message: added note about trailing slashes in rooturl Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** config-dist.ini.php 20 Oct 2004 22:05:22 -0000 1.17 --- config-dist.ini.php 21 Oct 2004 16:51:04 -0000 1.18 *************** *** 112,116 **** ; classdir = "/path/to/class" ;; ! ;; The base URL for the PHPSlash site. rooturl = "http://localhost/phpslash/public_html" ;; --- 112,116 ---- ; classdir = "/path/to/class" ;; ! ;; The base URL for the PHPSlash site. (no trailing slashes here) rooturl = "http://localhost/phpslash/public_html" ;; |