X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/40af9e6304993fa60e00ab243f9fbca38170e1da..2f98035ac108db6733365c5f54236e0cb55ac69e:/index.php diff --git a/index.php b/index.php index 6f8552e..b7eeb7c 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->draw("info"); } else { $tpl->draw("upload"); } $tpl->draw("footer"); -?> \ No newline at end of file +?>