diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 14:56:06 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-31 14:56:06 +0000 |
| commit | ef4dfbc6ca9db8fdf5d16ba2c000c3715cfeafb1 (patch) | |
| tree | 6bba690ceb375db0de1b93814aa05d36087797f4 /src/site/getsite.php | |
| parent | c11819f457da722e1b5e87b52bbb35155fbaa190 (diff) | |
| download | boca-ef4dfbc6ca9db8fdf5d16ba2c000c3715cfeafb1.tar.gz boca-ef4dfbc6ca9db8fdf5d16ba2c000c3715cfeafb1.zip | |
bf
Diffstat (limited to 'src/site/getsite.php')
| -rw-r--r-- | src/site/getsite.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/site/getsite.php b/src/site/getsite.php index d2c4bf0..08235a0 100644 --- a/src/site/getsite.php +++ b/src/site/getsite.php @@ -27,8 +27,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); + LOGLevel("Connection received from site=$fromsite",2); // PHPID=".$_COOKIE['PHPSESSID'].",extra=".$_SESSION['usertable']['usersessionextra'].",session=".session_id(),2); if($fromsite != '' && is_numeric($fromsite) && $fromsite > 0) { if(isset($_POST)) { $u = DBUserInfo($_SESSION["usertable"]["contestnumber"], $_SESSION["usertable"]["usersitenumber"], $_SESSION["usertable"]["usernumber"],null,false); |