Changeset 136 for trunk/includes/error.php
- Timestamp:
- Mar 1, 2009, 2:54:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/error.php
r61 r136 54 54 if($Config['Web']['ShowPHPError'] == 1) 55 55 echo('<pre>'.$Error.'</pre><br />'); // V případě ladění chybu i zobraz 56 57 WriteLog($Error, 10); 58 56 59 if((E_ERROR | E_PARSE) & $errno) die(); 57 60 }// else echo($errmsg.'<br>');
Note:
See TracChangeset
for help on using the changeset viewer.