Small fixes for PHP8 changes
git-svn-id: svn://192.168.202.10@3864 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -275,7 +275,7 @@ if (isset($_GET["group_id"])) {$group_id=$_GET["group_id"];}
|
||||
# see the options-example.php file for more information
|
||||
if (file_exists('options.php'))
|
||||
{
|
||||
require_once('options.php');
|
||||
require('options.php');
|
||||
}
|
||||
|
||||
$DB=preg_replace("/[^0-9a-zA-Z]/","",$DB);
|
||||
|
||||
Reference in New Issue
Block a user