diff options
author | Mario <mario@mariovavti.com> | 2023-12-20 12:20:04 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-12-20 12:20:04 +0000 |
commit | c0d93bbcf4d7ed0d7aa363f3a748c742d5dbfdef (patch) | |
tree | 024ac55e51ca55f29bfa57137a9ae8a9292cc342 /boot.php | |
parent | d372daff6029fe2453bc28330139eb873827b5ef (diff) | |
parent | db941e70076a7fd5652946a5904652c6e6a2a77a (diff) | |
download | volse-hubzilla-c0d93bbcf4d7ed0d7aa363f3a748c742d5dbfdef.tar.gz volse-hubzilla-c0d93bbcf4d7ed0d7aa363f3a748c742d5dbfdef.tar.bz2 volse-hubzilla-c0d93bbcf4d7ed0d7aa363f3a748c742d5dbfdef.zip |
Merge branch 'dev'
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1403,7 +1403,7 @@ function x($s, $k = null) { * @ref include/system_unavailable.php will handle everything further. */ function system_unavailable() { - include('include/system_unavailable.php'); + require_once('include/system_unavailable.php'); system_down(); killme(); } |