Browse Source

rename services to server

Serghey Rodin 10 years ago
parent
commit
0128d228d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/list/server/index.php

+ 1 - 1
web/list/services/index.php → web/list/server/index.php

@@ -1,6 +1,6 @@
 <?php
 <?php
 session_start();
 session_start();
-$TAB = 'SERVICES';
+$TAB = 'SERVER';
 
 
 // Main include
 // Main include
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");