Cleaned up ugly HTML and renamed index.php to simplog.php
This commit is contained in:
8
includes/dbclose.php
Normal file
8
includes/dbclose.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// Close MySQL link
|
||||
mysql_free_result($result);
|
||||
mysql_close($link);
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user