aboutsummaryrefslogtreecommitdiff
path: root/src/judge
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2018-08-23 14:25:32 +0000
committercassiopc <cassiopc@gmail.com>2018-08-23 14:25:32 +0000
commite186493a2bd8fef5fc0c7ad47edefbabddb6f0ab (patch)
tree700622a2ad1516a7d3a1b0184f07c7087b2ce7bd /src/judge
parent25e1cce50cc8c7cbbedc38675dd71e8a9944f451 (diff)
downloadboca-e186493a2bd8fef5fc0c7ad47edefbabddb6f0ab.tar.gz
boca-e186493a2bd8fef5fc0c7ad47edefbabddb6f0ab.zip
improvements of scripts and fixes about urls
Diffstat (limited to 'src/judge')
-rw-r--r--src/judge/runedit.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/judge/runedit.php b/src/judge/runedit.php
index e53b3a3..c77f26e 100644
--- a/src/judge/runedit.php
+++ b/src/judge/runedit.php
@@ -101,8 +101,6 @@ $b = DBGetProblemData($_SESSION["usertable"]["contestnumber"], $a["problemnumber
<td width="83%">
<?php
for ($i=0;$i<count($b);$i++) {
- $if = rawurlencode($b[$i]["inputfilename"]);
-
echo "<a href=\"../filedownload.php?". filedownload($b[$i]["inputoid"],$b[$i]["inputfilename"]) . "\">";
echo basename($b[$i]["inputfilename"]) . "</a>";
}