mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix warned.php page no footer
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.7.33');
|
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('IN_TRACKER') || define('IN_TRACKER', false);
|
||||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||||
|
|||||||
+2
-2
@@ -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("<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>
|
print("<tr align=center><td class=colhead width=90>User Name</td>
|
||||||
<td class=colhead width=70>Registered</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=75>User Class</td>
|
||||||
<td class=colhead width=70>Downloaded</td>
|
<td class=colhead width=70>Downloaded</td>
|
||||||
<td class=colhead width=70>UpLoaded</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>");
|
print("<p>" . ($pagemenu ?? '') . "<br>" . ($browsemenu ?? '') . "</p>");
|
||||||
|
|
||||||
die;
|
stdfoot();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user