file upload page updates, config updates

Update the files upload page with missing unlinks for certain actions
and ACL settings

Add LIVE_SCHEMA to config & var set check
This commit is contained in:
Clemens Schwaighofer
2018-05-24 15:08:18 +09:00
parent aa57c6218f
commit 382cc0524a
4 changed files with 31 additions and 3 deletions

View File

@@ -100,3 +100,5 @@ if (is_dir(BASE.CACHE)) {
$smarty->setCacheDir(BASE.CACHE);
}
$smarty->display($MASTER_TEMPLATE_NAME, $TEMPLATE.$lang, $TEMPLATE.$lang);
# __END__