From eb414bfb80480c1fcac7ded7e07a3dd579d3712c Mon Sep 17 00:00:00 2001
From: root
Date: Sun, 14 Sep 2014 23:44:42 +0200
Subject: merge incomming
---
dl.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'dl.php')
diff --git a/dl.php b/dl.php
index 88d597e..0881018 100644
--- a/dl.php
+++ b/dl.php
@@ -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 ".$f." bytes over the maximum",true);
+ failure("File too large. It's ".$f." bytes over the maximum.",true);
}
# checks http status code
--
cgit v1.2.3