diff --git a/CHANGELOG b/CHANGELOG index 59218b5..36284ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.1.17......Cosmetic changes, some PHP8.x warning fixes. 1.1.16......Add help support section for useful commands. 1.1.15......Add required files from FreeBSD 13.1 base release, update config. 1.1.14......Automatically deal with spaces on the fstab utility. diff --git a/gui/bastille_manager_config.php b/gui/bastille_manager_config.php index 89c3821..1f85530 100644 --- a/gui/bastille_manager_config.php +++ b/gui/bastille_manager_config.php @@ -80,6 +80,7 @@ function htmlButton($name, $text, $value="", $title="", $confirm="", $buttonImag } function parseConfigFile($configFile) { + global $section; $fileArray = file($configFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); // load config file content to array $configArray = array(); foreach($fileArray as $line) { // create array from config diff --git a/gui/bastille_manager_gui.php b/gui/bastille_manager_gui.php index ecc1383..e3ee342 100644 --- a/gui/bastille_manager_gui.php +++ b/gui/bastille_manager_gui.php @@ -224,6 +224,7 @@ $document->render(); ?>