Changeset 17 for web/config.sample.php


Ignore:
Timestamp:
Jul 27, 2016, 11:20:41 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Old database class replaced by newer from Common package to fix compatibility with PHP7.
Location:
web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • web

    • Property svn:ignore set to
      config.php
      .buildpath
      .project
      .settings
  • web/config.sample.php

    r16 r17  
    33$Options = array(
    44  'DB_Host' => 'localhost',
    5   'DB_Database' => 'www',
    6   'DB_User' => 'www',
     5  'DB_Database' => 'sunrisechat',
     6  'DB_User' => 'sunrisechat',
    77  'DB_Password' => '',
    8   'RootPath' => 'http://www.zdechov.net/sunrisechat/',
     8  'RootPath' => 'http://localhost/sunrisechat/',
    99  'ShowErrors' => 0,
    1010  'Title' => 'Sunrisechat',
     
    1212);
    1313
    14 $DB_Prefix = 'sunrisechat_';
    15 
    16 ?>
     14$DB_Prefix = '';
Note: See TracChangeset for help on using the changeset viewer.