换成php7.4修复警告
This commit is contained in:
@@ -73,7 +73,7 @@ class Config_File {
|
||||
*
|
||||
* @param string $config_path (optional) path to the config files
|
||||
*/
|
||||
function Config_File($config_path = NULL)
|
||||
function __construct($config_path = NULL)
|
||||
{
|
||||
if (isset($config_path))
|
||||
$this->set_path($config_path);
|
||||
|
||||
Reference in New Issue
Block a user