rename some gui include files

git-svn-id: http://www.observium.org/svn/observer/trunk@891 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-20 17:37:42 +00:00
parent caab3ee1c4
commit e227df8ef2
18 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ if($_GET['debug']) {
include("../includes/common.php");
include("../includes/graphing.php");
include("../includes/rewrites.php");
include("includes/authenticate.inc");
include("includes/authenticate.inc.php");
# if(!$_SESSION['authenticated']) { echo("not authenticated"); exit; }