corrected typo

main
fuzzykitten 2025-04-07 02:41:24 -04:00
parent 4958135679
commit 941e1e9191
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if ( (!file_exists($db_file)) ) {
} }
require_once('/opt/endboard/admin_tools.php'); 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'); require_once('/opt/endboard/base_tools.php');
// get the basic functions used in most cases // get the basic functions used in most cases
require_once('/opt/endboard/bot_tools.php'); require_once('/opt/endboard/bot_tools.php');