mirror of https://gitee.com/karson/fastadmin.git
修复管理入口文件名不能包含admin
parent
13da01a48c
commit
7f2ca19ef8
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
<!-- 头部区域 -->
|
||||
<header id="header" class="main-header">
|
||||
{if preg_match('/\/admin\/|admin\.php|admin_d75KABNWt\.php/i', url())}
|
||||
{if preg_match('/\/admin\/|\/admin\.php|\/admin_d75KABNWt\.php/i', url())}
|
||||
<div class="alert alert-danger-light text-center" style="margin-bottom:0;border:none;">
|
||||
{:__('Security tips')}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue