mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 06:30:07 +01:00
Fixed links
users can now log off.
This commit is contained in:
parent
a80b325987
commit
f5e5e54be6
2 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
<div class="columns">
|
||||
<div class="column">
|
||||
<ul>
|
||||
<li><a href="page/rules" target="_blank">Site Rules</a></li>
|
||||
<li><a href="/page/rules" target="_blank">Site Rules</a></li>
|
||||
<li><a href="/page/privacy" target="_blank">Privacy Policy</a></li>
|
||||
<li><a href="mailto:admin@ponepaste.org">Contact</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License in GPL.txt for more details.
|
||||
*/
|
||||
$date = time();
|
||||
$statrttime = microtime();
|
||||
$time = explode(' ', $statrttime);
|
||||
$time = $time[1] + $time[0];
|
||||
|
@ -144,7 +145,7 @@ $start = $time;
|
|||
}
|
||||
?>
|
||||
<hr class="navbar-divider"/>
|
||||
<form action="logout.php" method="POST">
|
||||
<form action="../logout.php" method="POST">
|
||||
<input class="button navbar-link" type="submit" value="Logout"
|
||||
style="border:none;padding: 0.375rem 1rem;"/>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Reference in a new issue