summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions.php')
-rwxr-xr-xinclude/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index e4e43cea8..e5074819f 100755
--- a/include/functions.php
+++ b/include/functions.php
@@ -2445,7 +2445,7 @@
}
function theme_valid($theme) {
- $bundled_themes = [ "default.php", "night.css", "compact.css" ];
+ $bundled_themes = [ "night.css", "compact.css" ];
if (in_array($theme, $bundled_themes)) return true;