Changeset 374 for minimanager/stat_on.php
- Timestamp:
- Sep 11, 2008, 9:10:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/stat_on.php
r308 r374 10 10 11 11 require_once("header.php"); 12 valid_login( 0);12 valid_login($action_permission['read']); 13 13 14 14 $race = Array( … … 70 70 } else $order_side = ""; 71 71 72 $output .= " 73 <center> 74 <div id=\"tab\"> 75 <ul> 76 <li> 77 <a href=\"stat.php\"> 78 {$lang_stat['srv_statistics']} 79 </a> 80 </li> 81 <li id=\"selected\"> 82 <a href=\"stat_on.php\"> 83 {$lang_stat['on_statistics']} 84 </a> 85 </li> 86 </ul> 87 </div> 88 <div id=\"tab_content\"> 89 "; 72 90 73 91 $output .= "<div class=\"top\"><h1>{$lang_stat['on_statistics']}</h1></div>"; … … 170 188 makebutton($lang_stat['reset'], "stat_on.php", 720); 171 189 $output .= "</td></tr></table> 172 </center>"; 190 </center> 191 </div>"; 173 192 174 193 $sql->close();
Note:
See TracChangeset
for help on using the changeset viewer.