aboutsummaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-07-25 18:15:13 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-07-25 18:15:13 +0000
commit0e038de05e8d8d223f31528d207d5b2540e3f135 (patch)
tree769173025b1e645c191fd46dd924617102bebdf2 /src/index.php
parent84d0b093ed18e9282a32edf0d4a5258279408fe5 (diff)
downloadboca-0e038de05e8d8d223f31528d207d5b2540e3f135.tar.gz
boca-0e038de05e8d8d223f31528d207d5b2540e3f135.zip
steps to share info between sites
Diffstat (limited to 'src/index.php')
-rw-r--r--src/index.php4
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');