Changeset 112 for db/admin/obsah.php
- Timestamp:
- Oct 19, 2007, 10:38:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
db/admin/obsah.php
r109 r112 9 9 elseif( $str == "editbug" ){ $admin_file = "bugreporter"; } 10 10 elseif( $str == "koment" ){ $admin_file = "komentare"; } 11 elseif( $str == "commands" ){ $admin_file = "commands"; } 11 12 else{ $admin_file = "uvod"; }; 12 13 … … 23 24 24 25 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"), 25 27 //2 => array(1,"index.php?id=admin&str=koment$SID","Komentáře"), 26 28 );
Note:
See TracChangeset
for help on using the changeset viewer.