This website works better with JavaScript.
Home
Explore
Help
Sign In
mauirixxx
/
gwst
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
copied from funkopop project
will probably get rid of the log out button
devel
Rick Payton
7 years ago
parent
b72d32089c
commit
a7b41150c5
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
footer.php
+ 8
- 0
footer.php
View File
@@ -0,0 +1,8 @@
</CENTER>
<?php
if (isset($_SESSION['userid']) && ($_SESSION['username'])) {
echo '<BR /><BR /><CENTER><FORM METHOD="POST" ACTION="logout.php"><INPUT TYPE="HIDDEN" NAME="logout"><INPUT TYPE="SUBMIT" VALUE="Logout"></FORM></CENTER>';
}
?>
</BODY>
</HTML>
Write
Preview
Loading…
Cancel
Save