Cleaned up ugly HTML and renamed index.php to simplog.php

This commit is contained in:
2013-07-27 23:38:17 +02:00
parent 40de6d2290
commit e886d4f461
10 changed files with 82 additions and 37 deletions

8
includes/dbclose.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
// Close MySQL link
mysql_free_result($result);
mysql_close($link);
?>