Update function.php

This commit is contained in:
Shadow
2014-03-18 11:59:50 +02:00
parent d626660ae6
commit 1a06675d1b
+1
View File
@@ -111,6 +111,7 @@ class funct {
header("Location: admin.php?p=player&uid=".$get['uid']."&ac=1"); header("Location: admin.php?p=player&uid=".$get['uid']."&ac=1");
exit; exit;
}
if($get['action'] == 'logout'){ if($get['action'] == 'logout'){
header("Location: admin.php"); header("Location: admin.php");
}else{ }else{