Changeset 7 for trunk/Application/DefaultConfig.php
- Timestamp:
- Apr 14, 2020, 11:13:32 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Application/DefaultConfig.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/DefaultConfig.php
r1 r7 6 6 { 7 7 $IsDeveloper = in_array($_SERVER['REMOTE_ADDR'], array('127.0.0.1')); 8 return (array8 return array 9 9 ( 10 10 array('Name' => 'SystemPassword', 'Type' => 'PasswordEncoded', 'Default' => '', 'Title' => 'Systémové heslo'), … … 36 36 array('Name' => 'Web/ShowPHPError', 'Type' => 'Boolean', 'Default' => '0', 'Title' => 'Ukazovat PHP chyby'), 37 37 array('Name' => 'Web/ShowRuntimeInfo', 'Type' => 'Boolean', 'Default' => '0', 'Title' => 'Ukazovat běhové informace'), 38 ) );38 ); 39 39 } 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/open2ride/chrome/site/your_project_logo.png)