fix warned.php page no footer

This commit is contained in:
xiaomlove
2022-12-19 04:31:07 +08:00
parent e8cdba638e
commit aeecffd3cb
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.33');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-12-14');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2022-12-19');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");

View File

@@ -16,7 +16,7 @@ $num = mysql_num_rows($res);
print("<table border=1 width=675 cellspacing=0 cellpadding=2><form action=\"nowarn.php\" method=post>\n");
print("<tr align=center><td class=colhead width=90>User Name</td>
<td class=colhead width=70>Registered</td>
<td class=colhead width=75>Last access</td>
<td class=colhead width=75>Last access</td>
<td class=colhead width=75>User Class</td>
<td class=colhead width=70>Downloaded</td>
<td class=colhead width=70>UpLoaded</td>
@@ -63,6 +63,6 @@ print("<input type=\"hidden\" name=\"nowarned\" value=\"nowarned\"></form></tabl
}
print("<p>" . ($pagemenu ?? '') . "<br>" . ($browsemenu ?? '') . "</p>");
die;
stdfoot();
?>