mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-02 14:53:59 +01:00
6 lines
131 B
PHP
6 lines
131 B
PHP
<?php
|
|
// Load headings and settings
|
|
// Do this every 5 mins to keep session alive
|
|
include("headers.php");
|
|
include("settings.php");
|