Show site name on upload done page

This commit is contained in:
Les De Ridder 2017-02-16 15:17:21 +01:00
parent 274042d17d
commit e647291435
No known key found for this signature in database
GPG Key ID: 5EC132DFA85DB372
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ raintpl::configure( 'cache_dir', 'rain/cache/' );
$tpl = new RainTPL;
$title = "Temp File Hosting";
$tpl->assign("title", $title);
$tpl->assign("site_name", CONFIG_SITE_NAME);
$tpl->draw("header");
$tpl->assign("url_filename", CONFIG_ROOT_URL.'/'.$n);
$tpl->assign("retention_time", CONFIG_MAX_RETENTION_TEXT);