rename services to server

This commit is contained in:
Serghey Rodin 2015-05-29 01:56:37 +03:00
commit 0128d228d3

View file

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