git.p6c8.net
/
jirafeau_mojo42.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix IE11 upload, closes #56
[jirafeau_mojo42.git]
/
script.php
diff --git
a/script.php
b/script.php
index cafd10c10dbc6d793a7d522996c028cdf588bff0..b9a6e924ce79e73088a4578db1a6543b315d6a6f 100644
(file)
--- a/
script.php
+++ b/
script.php
@@
-189,6
+189,7
@@
elseif (isset ($_GET['h']))
}
if (strlen ($link['key']) > 0 && md5 ($key) != $link['key'])
{
+ sleep (2);
echo 'Error';
exit;
}
patrick-canterino.de