aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-12-17 16:47:19 +0000
committerMario <mario@mariovavti.com>2023-12-17 16:47:19 +0000
commit9df6e821d8e9fce7e177166d9d656280c7466a5d (patch)
treea070bdc3f338b22dfddf5fbf9ccca7c7e7d03b9d
parent9551dc5ecdb2d965ab44b32ebfcf62fe84a73c69 (diff)
downloadvolse-hubzilla-9df6e821d8e9fce7e177166d9d656280c7466a5d.tar.gz
volse-hubzilla-9df6e821d8e9fce7e177166d9d656280c7466a5d.tar.bz2
volse-hubzilla-9df6e821d8e9fce7e177166d9d656280c7466a5d.zip
use reqiure_once() - second part of issue #1827
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index b9c03b1ae..50c880113 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();
}