From 941e1e91911ed2c5c290de47247dd21c9949aeac Mon Sep 17 00:00:00 2001 From: fuzzykitten Date: Mon, 7 Apr 2025 02:41:24 -0400 Subject: [PATCH] corrected typo --- srv/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srv/index.php b/srv/index.php index 5e79654..4cfddd1 100644 --- a/srv/index.php +++ b/srv/index.php @@ -95,7 +95,7 @@ if ( (!file_exists($db_file)) ) { } require_once('/opt/endboard/admin_tools.php'); -// get the function that the admin and mods need +// get the functions that the admin and mods need require_once('/opt/endboard/base_tools.php'); // get the basic functions used in most cases require_once('/opt/endboard/bot_tools.php');