Fixes for php 8.2

This commit is contained in:
absurdo 2023-08-11 13:06:00 +02:00
parent 29faed4b35
commit 6c4ca64e43
9 changed files with 36 additions and 8 deletions

View file

@ -160,7 +160,7 @@ function padminConsole($options)
{
//echo "Error, please, check ${post_install_script} file and execute padmin.php again\n";
$climate->white()->backgroundRed()->out("Error, please, check ${post_install_script} file and execute padmin.php again");
$climate->white()->backgroundRed()->out("Error, please, check {$post_install_script} file and execute padmin.php again");
}