diff --git a/includes.php b/includes.php index 23bada8..abe2a43 100644 --- a/includes.php +++ b/includes.php @@ -35,6 +35,9 @@ ) ); +// Stick with warnings in php 8 (at least for now) +mysqli_report(MYSQLI_REPORT_OFF); + require_once 'cluebot-ng.config.php'; require_once 'action_functions.php'; require_once 'cbng.php';