From 9df6e821d8e9fce7e177166d9d656280c7466a5d Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 17 Dec 2023 16:47:19 +0000 Subject: use reqiure_once() - second part of issue #1827 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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(); } -- cgit v1.2.3