aboutsummaryrefslogtreecommitdiff
path: root/src/team
diff options
context:
space:
mode:
Diffstat (limited to 'src/team')
-rw-r--r--src/team/run.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/team/run.php b/src/team/run.php
index b14d387..a5f9993 100644
--- a/src/team/run.php
+++ b/src/team/run.php
@@ -151,7 +151,7 @@ if (isset($_POST["problem"]) && isset($_POST["language"]) &&
}
///////CASO DE COMECAR MAIS TARDE NO CENTRALIZADO
- if(substr($_SESSION["usertable"]["username"],0,3) == 'XXX') {
+ if(false && substr($_SESSION["usertable"]["username"],0,3) == 'XXX') {
$param['rundate']=$param['rundate'] - 60*10; // 10 minutos
$param['rundatediff']=$param['rundatediff'] - 60*10;
}
@@ -168,7 +168,7 @@ if (isset($_POST["problem"]) && isset($_POST["language"]) &&
exit;
}
///////CASO DE COMECAR MAIS TARDE NO CENTRALIZADO
- if(substr($_SESSION["usertable"]["username"],0,3) == 'XXX') {
+ if(false && substr($_SESSION["usertable"]["username"],0,3) == 'XXX') {
$param['rundate']=$param['rundate'] - 60*10; // 10 minutos
$param['rundatediff']=$param['rundatediff'] - 60*10;
}