aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-12-20 12:20:04 +0000
committerMario <mario@mariovavti.com>2023-12-20 12:20:04 +0000
commitc0d93bbcf4d7ed0d7aa363f3a748c742d5dbfdef (patch)
tree024ac55e51ca55f29bfa57137a9ae8a9292cc342 /boot.php
parentd372daff6029fe2453bc28330139eb873827b5ef (diff)
parentdb941e70076a7fd5652946a5904652c6e6a2a77a (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 1de8731dc..d02408b05 100644
--- a/boot.php
+++ b/boot.php
@@ -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();
}