aboutsummaryrefslogtreecommitdiff
path: root/src/optionlower.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/optionlower.php')
-rw-r--r--src/optionlower.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optionlower.php b/src/optionlower.php
index b3f6055..92c309c 100644
--- a/src/optionlower.php
+++ b/src/optionlower.php
@@ -21,7 +21,7 @@
// todos os usuarios
require_once("globals.php");
-if(!ValidSession()) {
+if(!ValidSession()) { // || $_SESSION["usertable"]["usertype"] == 'team') {
InvalidSession("optionlower.php");
ForceLoad("index.php");
}