login
This commit is contained in:
@ -20,6 +20,7 @@ class AdminThemeController extends AdminController
|
||||
public function actionIndex(): void
|
||||
{
|
||||
$admin_theme_paths = Option::where("key", "admin_theme_paths")->first();
|
||||
|
||||
$dirs = [];
|
||||
if ($admin_theme_paths){
|
||||
$path = json_decode($admin_theme_paths->value);
|
||||
|
Reference in New Issue
Block a user