diff --git a/Changelog b/Changelog index 981b378db..4fb9c2d23 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2018-04-23 DariusIII + * Chg: Remove static admin from .htaccess * Chg: Update BrowseController and themes browse pages * Fix: Fix adding mgr posters * Chg: Remove opcache statistics page from admin diff --git a/public/.htaccess b/public/.htaccess index be8da5267..8429c9da6 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -10,9 +10,6 @@ RewriteEngine on # Do not process images or CSS files further RewriteRule \.(css|eot|gif|gz|ico|inc|jpe?g|js|ogg|png|svg|ttf|txt|woff|woff2|xml)$ - [L] - # Leave /admin static - RewriteRule ^(admin) - [L] - # Handle Authorization Header RewriteCond %{HTTP:Authorization} . RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]