mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-07-09 02:53:27 +08:00
api add middleware: CheckSiteStatus
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'site_down_for_maintenance' => "Site is down for maintenance, please check back again later... thanks",
|
||||
];
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'site_down_for_maintenance' => '站点关闭维护中,请稍后再访问...谢谢',
|
||||
];
|
||||
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'site_down_for_maintenance' => '站點關閉維護中,請稍後再訪問...謝謝',
|
||||
];
|
||||
Reference in New Issue
Block a user