Changeset 17 for web/config.sample.php
- Timestamp:
- Jul 27, 2016, 11:20:41 PM (8 years ago)
- Location:
- web
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
web
-
Property svn:ignore
set to
config.php
.buildpath
.project
.settings
-
Property svn:ignore
set to
-
web/config.sample.php
r16 r17 3 3 $Options = array( 4 4 'DB_Host' => 'localhost', 5 'DB_Database' => ' www',6 'DB_User' => ' www',5 'DB_Database' => 'sunrisechat', 6 'DB_User' => 'sunrisechat', 7 7 'DB_Password' => '', 8 'RootPath' => 'http:// www.zdechov.net/sunrisechat/',8 'RootPath' => 'http://localhost/sunrisechat/', 9 9 'ShowErrors' => 0, 10 10 'Title' => 'Sunrisechat', … … 12 12 ); 13 13 14 $DB_Prefix = 'sunrisechat_'; 15 16 ?> 14 $DB_Prefix = '';
Note:
See TracChangeset
for help on using the changeset viewer.