Adjust setting related pages to require inc_all_settings rather than include
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include("inc_all_settings.php");
|
||||
require_once("inc_all_settings.php");
|
||||
include("database_version.php");
|
||||
include("config.php");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user