aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/team/run.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/team/run.php b/src/team/run.php
index 012030a..471e262 100644
--- a/src/team/run.php
+++ b/src/team/run.php
@@ -159,7 +159,7 @@ $pastabs=''; if(isset($_POST["pastabs"])) $pastabs=myhtmlspecialchars($_POST["pa
//@file_put_contents($fcname . ".try", $verify1 . "\n", FILE_APPEND | LOCK_EX);
$codes = @file($fcname . ".txt",FILE_IGNORE_NEW_LINES);
if(is_array($codes) && in_array($verify,$codes)) {
-@file_put_contents($fcname . ".try", $verify1 . "-ALREADY\n", FILE_APPEND | LOCK_EX);
+ @file_put_contents($fcname . ".try", $verify1 . "-ALREADY\n", FILE_APPEND | LOCK_EX);
if(isset($_POST['name']) && $_POST['name'] != '') {
echo "\nRESULT: SAME FILE ALREADY SUBMITTED FOR THIS PROB/LANG";
exit;