Changeset 572 for trunk/Modules/Error/Error.php
- Timestamp:
- Aug 26, 2013, 10:24:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Error/Error.php
r568 r572 73 73 $Backtrace[0]['line'] = $LineNumber; 74 74 $this->Report($Backtrace); 75 if((E_ERROR | E_PARSE) & $Number) die(); 75 //if((E_ERROR | E_PARSE) & $Number) 76 die(); 76 77 } 77 78 } … … 116 117 '<meta http-equiv="Content-Language" content="cs">'."\n". 117 118 '<meta http-equiv="Content-Type" content="text/html; charset='.$this->Encoding.'"></head><body>'."\n". 118 'Došlo k vnitřní chybě!<br/> O chybě byl uvědoměn správce webu a chybu brzy odstraní.<br/><br/>'; 119 'Došlo k vnitřní chybě!<br/> O chybě byl uvědoměn správce webu a chybu brzy odstraní.<br/><br/>'; 119 120 if($this->ShowError == true) 120 121 $Output .= '<pre>'.$Error.'</pre><br/>';
Note:
See TracChangeset
for help on using the changeset viewer.