mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Add file to keep session alive
This commit is contained in:
6
lib/session-active-ping.php
Normal file
6
lib/session-active-ping.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
// Load headings and settings
|
||||
// Do this every 5 mins to keep session alive
|
||||
include("headers.php");
|
||||
include("settings.php");
|
||||
?>
|
||||
Reference in New Issue
Block a user