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
@@ -7,7 +7,7 @@
include("../config.php");
include("../includes/functions.php");
include("includes/authenticate.inc");
include("includes/authenticate.inc.php");
if(!$_SESSION['authenticated']) { echo("unauthenticated"); exit; }
require("includes/jpgraph/src/jpgraph.php");
include("includes/jpgraph/src/jpgraph_line.php");