mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix array
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ header("Cache-Control: no-cache, must-revalidate" );
|
||||
header("Pragma: no-cache" );
|
||||
header("Content-Type: text/xml; charset=utf-8");
|
||||
|
||||
$id = $_GET['id'] ?? 0;
|
||||
$id = intval($_GET['id'] ?? 0);
|
||||
if(isset($CURUSER))
|
||||
{
|
||||
$s = "<table class=\"main\" border=\"1\" cellspacing=0 cellpadding=\"5\">\n";
|
||||
|
||||
Reference in New Issue
Block a user