aboutsummaryrefslogtreecommitdiff
path: root/src/index.php
diff options
context:
space:
mode:
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');