mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
Merge branch 'promotion' into php8
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ begin_main_frame();
|
||||
list($pagertop, $pagerbottom, $limit) = pager($perpage, $num, "?");
|
||||
$res = sql_query("SELECT * FROM advertisements ORDER BY id DESC ".$limit) or sqlerr(__FILE__, __LINE__);
|
||||
?>
|
||||
<table border="1" cellspacing="0" cellpadding="5" width="<?=MAIN_WIDTH?>">
|
||||
<table border="1" cellspacing="0" cellpadding="5" width="1200">
|
||||
<tr>
|
||||
<td class="colhead"><?php echo $lang_admanage['col_enabled']?></td>
|
||||
<td class="colhead"><?php echo $lang_admanage['col_name']?></td>
|
||||
|
||||
Reference in New Issue
Block a user