Changeset 292 for trunk/includes
- Timestamp:
- Dec 27, 2009, 8:19:32 PM (15 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/config.sample.php
r284 r292 25 25 'VisiblePagingItems' => 20, 26 26 ), 27 'ExportTashProcessPeriod' => 10, 27 28 ); 28 29 -
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.