mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
change url
This commit is contained in:
@@ -209,7 +209,7 @@ elseif (isset($_GET['action']) && $_GET['action'] == "newforum"){
|
||||
<td>
|
||||
<select name=overforums>
|
||||
<?php
|
||||
$forid = $row["forid"];
|
||||
$forid = $row["forid"] ?? 0;
|
||||
$res = sql_query("SELECT * FROM overforums");
|
||||
while ($arr = mysql_fetch_array($res)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user