]> jfr.im git - uguu.git/blobdiff - upload-done.php
Adding options in the config file
[uguu.git] / upload-done.php
index 3447c62b5de4d055253da726eea172f04f7473cc..00b627d0bc48dea3cae4f3492bcfd039f4ea657e 100644 (file)
@@ -8,6 +8,7 @@ $title = "Temp File Hosting";
 $tpl->assign("title", $title);
 $tpl->draw("header");
 $tpl->assign("url_filename", CONFIG_ROOT_URL.'/files/'.$n);
+$tpl->assign("retention_time", CONFIG_MAX_RETENTION_TEXT);
 $tpl->draw("upload-done");
 $tpl->draw("footer");
 ?>