Renamed blogsite.php to index.php, updated and added some links and rewrote README to match
This commit is contained in:
@@ -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);
|
||||
|
||||
|
@@ -6,7 +6,7 @@ setcookie("session", "", time()-3600);
|
||||
|
||||
<p>
|
||||
You have been logged out succesfully!<br />
|
||||
<a href="../simplog.php">Return to simplog</a>
|
||||
<a href="../index.php">Return to simplog</a>
|
||||
</p>
|
||||
|
||||
<?php
|
||||
|
@@ -18,7 +18,10 @@ if (!mysql_query($query))
|
||||
}
|
||||
print "Post updated";
|
||||
|
||||
|
||||
?>
|
||||
<br/>
|
||||
<a href="../index.php">Back to simplog</a>
|
||||
<?php
|
||||
// Close MySQL link
|
||||
mysql_close($link);
|
||||
|
||||
|
Reference in New Issue
Block a user