[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.ini.php,1.18,1.19
Brought to you by:
joestewart,
nhruby
From: Luis M <le...@us...> - 2004-10-21 18:58:41
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8637 Modified Files: config-dist.ini.php Log Message: updated to use variables for config_setup.php wizard Index: config-dist.ini.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.ini.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** config-dist.ini.php 21 Oct 2004 16:51:04 -0000 1.18 --- config-dist.ini.php 21 Oct 2004 18:58:31 -0000 1.19 *************** *** 103,110 **** ;; ;; The complete filesystem path to the pages ! basedir = "/path/to/phpslash/public_html" ;; ;; The complete filesystem path to the include directory ! dir.include = "/path/to/include" ;; ;; The complete filesystem path to the class directory --- 103,110 ---- ;; ;; The complete filesystem path to the pages ! basedir = "<PUBLIC_DIR>" ;; ;; The complete filesystem path to the include directory ! dir.include = "<INCLUDE_DIR>" ;; ;; The complete filesystem path to the class directory *************** *** 113,117 **** ;; ;; The base URL for the PHPSlash site. (no trailing slashes here) ! rooturl = "http://localhost/phpslash/public_html" ;; ;; The directories and URLs below have default values based on the above --- 113,117 ---- ;; ;; The base URL for the PHPSlash site. (no trailing slashes here) ! rooturl = "<ROOT_URL>" ;; ;; The directories and URLs below have default values based on the above *************** *** 149,156 **** ;; Make sure you initialize the database with one of the sql scripts in ;; the PHPSlash distribution and create the user below. ! DB_Host = "localhost" ! DB_Database = "phpslash" ! DB_User = "phpslash" ! DB_Password = "phpslash" ;; end of database variables ;;; --- 149,156 ---- ;; Make sure you initialize the database with one of the sql scripts in ;; the PHPSlash distribution and create the user below. ! DB_Host = "<DB_HOST>" ! DB_Database = "<DB_DB>" ! DB_User = "<DB_USER>" ! DB_Password = "<DB_PASSWORD>" ;; end of database variables ;;; *************** *** 248,252 **** ;; both HTML 4.0 Transitional. The "basic" skin does all formatting ;; with CSS, whereas the "default" skin uses <font> tags and such. ! defaultskin = "basiccurves" ;;; --- 248,252 ---- ;; both HTML 4.0 Transitional. The "basic" skin does all formatting ;; with CSS, whereas the "default" skin uses <font> tags and such. ! defaultskin = "ShankZen" ;;; |