Changeset 112 for db


Ignore:
Timestamp:
Oct 19, 2007, 10:38:00 PM (17 years ago)
Author:
hosiplan
Message:

+ Výpis gm příkazů v administraci online databáze

Location:
db/admin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • db/admin/obsah.php

    r109 r112  
    99    elseif( $str == "editbug" ){ $admin_file = "bugreporter"; }
    1010    elseif( $str == "koment" ){ $admin_file = "komentare"; }
     11    elseif( $str == "commands" ){ $admin_file = "commands"; }
    1112    else{ $admin_file = "uvod"; };
    1213
     
    2324 
    2425          1 => array(1,"index.php?id=admin&str=bugreporter$SID","Bugreporter"),
     26          2 => array(1,"index.php?id=admin&str=commands$SID","GM příkazy"),
    2527          //2 => array(1,"index.php?id=admin&str=koment$SID","Komentáře"),
    2628          );
Note: See TracChangeset for help on using the changeset viewer.