fixing things, adding better security

git-svn-id: http://www.observium.org/svn/observer/trunk@351 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-03-11 14:50:24 +00:00
parent 98b5917f27
commit b7c9a6eb11
9 changed files with 57 additions and 14 deletions
-2
View File
@@ -9,8 +9,6 @@
include("../config.php");
include("../includes/functions.php");
include("includes/authenticate.inc");
if(!$_SESSION['authenticated']) { echo("not authenticated"); exit; }