fix some problems

This commit is contained in:
unknown
2012-06-13 20:25:09 +03:00
parent 089220306f
commit 235577d180
3 changed files with 1 additions and 27 deletions
-4
View File
@@ -23,9 +23,5 @@ switch(DB_TYPE) {
break;
}
## Security
if($_GET['s'] == 6 && $_SERVER['PHP_SELF'] == "/allianz.php"){
include("Protection.php");
}else{
include("Protection2.php");
}
?>