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');