diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 19:08:34 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-10-30 19:08:34 +0000 |
| commit | 6b5fc8ccd45770aea39727ad4b0e333540ce7a7b (patch) | |
| tree | ae3431947343c1f71bfafc5dfdc895de30ba71c3 /src/site/getsite.php | |
| parent | 3ccdafc2ac0609d02f0e04f242b60a686a41c03a (diff) | |
| download | boca-6b5fc8ccd45770aea39727ad4b0e333540ce7a7b.tar.gz boca-6b5fc8ccd45770aea39727ad4b0e333540ce7a7b.zip | |
accept users from main
Diffstat (limited to 'src/site/getsite.php')
| -rw-r--r-- | src/site/getsite.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index ca20eb5..d2b616d 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -42,7 +42,7 @@ if($ct["contestlocalsite"]==$ct["contestmainsite"]) { echo "<!-- <ERROR8> ".session_id() . " -->\n"; echo "<!-- <NOTOK> -->"; } else { - $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true); + $resp = importFromXML($s,$_SESSION["usertable"]["contestnumber"],$fromsite,true,-1); echo $resp[1]; if($resp[0]) echo "<!-- <OK> -->"; |