Ignore:
Timestamp:
Feb 21, 2015, 12:17:01 AM (9 years ago)
Author:
chronos
Message:
  • Added: Version information.
  • Modified: Used newest Database class.
  • Modified: Generated HTML code should be now compain with HTML5 standard.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/old/config.sample.php

    r51 r56  
    22
    33// Toto je ukázkový konfigurační soubor. Zkopírujte si jej jako config.php do stejné složky a upravte podle potřeby.
     4
     5$IsDeveloper = in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1'));
    46
    57$Config = array(
     
    1921    'AdminEmail' => 'admin@domain',
    2022    'ShowError' => 0,
    21     'ErrorLogFile' => 'php_script_error.log',   
     23    'ShowSQLError' => $IsDeveloper,
     24    'ShowSQLQuery' => $IsDeveloper,
     25    'ErrorLogFile' => 'php_script_error.log',
    2226  ),
    2327  'DivisionCount' => 500,
Note: See TracChangeset for help on using the changeset viewer.