diff options
| author | Cassio de Campos <cassiopc@gmail.com> | 2017-07-25 18:15:13 +0000 |
|---|---|---|
| committer | Cassio de Campos <cassiopc@gmail.com> | 2017-07-25 18:15:13 +0000 |
| commit | 0e038de05e8d8d223f31528d207d5b2540e3f135 (patch) | |
| tree | 769173025b1e645c191fd46dd924617102bebdf2 /src/index.php | |
| parent | 84d0b093ed18e9282a32edf0d4a5258279408fe5 (diff) | |
| download | boca-0e038de05e8d8d223f31528d207d5b2540e3f135.tar.gz boca-0e038de05e8d8d223f31528d207d5b2540e3f135.zip | |
steps to share info between sites
Diffstat (limited to 'src/index.php')
| -rw-r--r-- | src/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.php b/src/index.php index 642e7a0..aa57534 100644 --- a/src/index.php +++ b/src/index.php @@ -83,8 +83,8 @@ if(function_exists("globalconf") && function_exists("sanitizeVariables")) { if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) ForceLoad("index.php"); if($ct["contestlocalsite"]==$ct["contestmainsite"]) $main=true; else $main=false; - if(isset($_GET['action']) && $_GET['action'] == 'scoretransfer') { - echo "SCORETRANSFER OK"; + if(isset($_GET['action']) && $_GET['action'] == 'transfer') { + echo "TRANSFER OK"; } else { if($main && $_SESSION["usertable"]["usertype"] == 'site') { MSGError('Direct login of this user is not allowed'); |