diff options
author | Mario <mario@mariovavti.com> | 2023-03-17 09:30:17 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-17 09:30:17 +0000 |
commit | f8b2f738bb625d656de87db93f9645066c0bfe5e (patch) | |
tree | 44472ae65939c1a9835e7f159f1eb78d1ce79c2e /view/theme/redbasic/php | |
parent | 7e4721e4c75a4dd480c6f7cc1a8d70507c6d1b97 (diff) | |
download | volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.tar.gz volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.tar.bz2 volse-hubzilla-f8b2f738bb625d656de87db93f9645066c0bfe5e.zip |
remove redundant untranslated htconfig templates and add the db_skip_locked_supported config option
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/theme.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/theme.php b/view/theme/redbasic/php/theme.php index 8864f5ea5..b7e08705c 100644 --- a/view/theme/redbasic/php/theme.php +++ b/view/theme/redbasic/php/theme.php @@ -13,7 +13,6 @@ * * Background_Color: rgb(254,254,254) */ -use App; function redbasic_init(&$a) { |