From 0e038de05e8d8d223f31528d207d5b2540e3f135 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Tue, 25 Jul 2017 19:15:13 +0100 Subject: steps to share info between sites --- src/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/index.php') 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'); -- cgit v1.2.3