Changeset 805 for trunk/includes/system.php
- Timestamp:
- May 24, 2014, 11:35:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r800 r805 110 110 $ScriptStartTime = GetMicrotime(); 111 111 112 if( isset($_SERVER['REMOTE_ADDR'])) session_start();112 if(GetRemoteAddress() != '') session_start(); 113 113 114 114 if(!isset($Config)) die('Systém není nainstalován. Pokračujte v instalaci <a href="admin/install.php">zde</a>.'); … … 433 433 $ScriptGenerateDuration.' s / '.ini_get('max_execution_time').' s '.T('Used memory').': '. 434 434 HumanSize(memory_get_peak_usage(FALSE)).' / '.ini_get('memory_limit').'B <a href="http://validator.w3.org/check?uri='. 435 htmlentities('http://'.$_SERVER['HTTP_HOST']. $_SERVER['REQUEST_URI'].'?'.$_SERVER['QUERY_STRING']).'">HTML validator</a></td></tr>';435 htmlentities('http://'.$_SERVER['HTTP_HOST'].GetRequestURI().'?'.$_SERVER['QUERY_STRING']).'">HTML validator</a></td></tr>'; 436 436 $Output .= '</table>'. 437 437 '</body>'.
Note:
See TracChangeset
for help on using the changeset viewer.