Formatting 2 x files

This commit is contained in:
mattpass
2020-05-28 07:15:43 +01:00
parent 1005e24cee
commit 79b862862d
2 changed files with 21 additions and 20 deletions

View File

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