diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-30 16:39:35 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-30 16:39:35 +0000 |
| commit | 418f4faaa92f3f5be786add491390a628e766e71 (patch) | |
| tree | 586b343abb34fd452a2b0e53bd80b239e4f83533 /src/site/getsite.php | |
| parent | 9ed28cad4be75eeb26e98ccc46ac3d86a11adcfa (diff) | |
| download | boca-418f4faaa92f3f5be786add491390a628e766e71.tar.gz boca-418f4faaa92f3f5be786add491390a628e766e71.zip | |
bug fix
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 a8c5534..2476392 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -28,7 +28,7 @@ if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) { if($ct["contestlocalsite"]==$ct["contestmainsite"]) { $fromsite = $_SESSION["usertable"]["usericpcid"]; LOGLevel("Connection received from site=$fromsite PHPID=".$_COOKIE['PHPSESSID'].",extra=".$_SESSION['usertable']['usersessionextra']. - ",session=".session_id().",2); + ",session=".session_id(),2); if($fromsite != '' && is_numeric($fromsite) && $fromsite > 0) { if(isset($_POST)) { if(isset($_POST['xml'])) { |