Renamed blogsite.php to index.php, updated and added some links and rewrote README to match

This commit is contained in:
2014-06-26 19:46:59 +02:00
parent 0e072a2152
commit d5077b085a
7 changed files with 31 additions and 39 deletions

View File

@@ -16,8 +16,10 @@ if (!mysql_query($query))
die ("Something went wrong!");
}
print "Post added";
?>
<br/>
<a href="../index.php">Back to simplog</a>
<?php
// Close MySQL link
mysql_close($link);