Files
ICEcoder/lib/session-active-ping.php
2016-04-06 21:23:37 +01:00

6 lines
133 B
PHP

<?php
// Load headings and settings
// Do this every 5 mins to keep session alive
include("headers.php");
include("settings.php");
?>