navigation.xml 571 B

1234567891011
  1. <navigation>
  2. <page key="add" file="add_server.php" access="admin" />
  3. <page key="edit" file="edit_server.php" access="admin" />
  4. <page key="reboot" file="reboot.php" access="admin" />
  5. <page key="restart" file="restart.php" access="admin" />
  6. <page key="default" file="servers.php" access="admin" />
  7. <page key="log" file="view_log.php" access="admin" />
  8. <page key="arrange_ports" file="arrange_ports.php" access="admin" />
  9. <page key="firewall" file="firewall.php" access="admin" />
  10. <page key="mon_stats" file="mon_stats.php" access="admin" />
  11. </navigation>