Changeset 292 for trunk/includes/global.php
- Timestamp:
- Dec 27, 2009, 8:19:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global.php
r290 r292 3 3 $ScriptStartTime = GetMicrotime(); 4 4 5 if( !isset($_SESSION)) session_start();5 if(isset($_SERVER['REMOTE_ADDR'])) session_start(); 6 6 7 7 // SQL injection hack protection
Note:
See TracChangeset
for help on using the changeset viewer.