X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/284e095dab8f201925abe3d4868259c19ebd8558..f2750d4234677ac5ab998305342107f3611d67d6:/index.php diff --git a/index.php b/index.php index 6f8552e..7310723 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,7 @@ assign("title", $title); $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"); } $tpl->draw("footer"); -?> \ No newline at end of file +?>