diff options
| author | root | 2014-09-14 23:44:42 +0200 |
|---|---|---|
| committer | root | 2014-09-14 23:44:42 +0200 |
| commit | eb414bfb80480c1fcac7ded7e07a3dd579d3712c (patch) | |
| tree | 27bbd8a2c58ba02835fa8ccf2f407acb27739788 /dl.php | |
| parent | 8fcfc80ca2bb393a1a4b7d4cd16e1186b7ae3597 (diff) | |
| download | video-dl-eb414bfb80480c1fcac7ded7e07a3dd579d3712c.tar.gz | |
merge incomming
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 |
