Skip to content

Commit

Permalink
php 8.1 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmi08 committed Jun 19, 2024
1 parent 0d696bc commit c32fd4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
// ----------------------------------------------------------------------


/**
* Revert PHP 8.1 mysqli default error mode
* @link https://github.com/php/php-src/blob/4025cf2875f895e9f7193cebb1c8efa4290d052e/UPGRADING#L101-L105
*/
mysqli_report(MYSQLI_REPORT_OFF);


function random_char($string)
{
$length = strlen($string);
Expand Down

0 comments on commit c32fd4f

Please sign in to comment.