diff options
Diffstat (limited to 'dl.php')
| -rw-r--r-- | dl.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ if($_GET["ddl"]) # checks file size if($curl[2] > $MAXSIZE){ // 50M $f=BytesHumanSize($curl[2] - $MAXSIZE); - failure("File too large. It's <u style='color:red;'>".$f."</u> bytes over the maximum",true); + failure("File too large. It's <u style='color:red;'>".$f."</u> bytes over the maximum.",true); } # checks http status code |
