new tab name

This commit is contained in:
Serghey Rodin 2015-11-05 03:17:43 +02:00
commit 1c3ac33813

View file

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