فهرست منبع

rename services to server

Serghey Rodin 10 سال پیش
والد
کامیت
0128d228d3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 session_start();
-$TAB = 'SERVICES';
+$TAB = 'SERVER';
 
 // Main include
 include($_SERVER['DOCUMENT_ROOT']."/inc/main.php");