Show site name on upload done page

This commit is contained in:
Les De Ridder 2017-02-16 15:17:21 +01:00
부모 274042d17d
커밋 e647291435
No known key found for this signature in database
GPG 키 ID: 5EC132DFA85DB372
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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);