]> jfr.im git - uguu.git/blobdiff - index.php
Fixing bug in template
[uguu.git] / index.php
index b7eeb7c66c32d2ad53ef0b01a23148568ff5e9fe..731072341f8f708856e9915e7fd5e17df9fd1a55 100644 (file)
--- a/index.php
+++ b/index.php
@@ -19,6 +19,7 @@ $tpl->draw("header");
 
 if(isset($_GET['info'])) {
     $tpl->assign("url_filename", CONFIG_ROOT_URL);
+    $tpl->assign("retention_time", CONFIG_MAX_RETENTION_TEXT);
     $tpl->draw("info");
 } else {
     $tpl->draw("upload");