hello thank you very much I just try it but there are some errors
Code:
In 'includes/class_core.php'
======
Find
======
include(CWD . '/includes/config.php');
==============
Replace With
==============
include(CWD . '/PATH/TO/YOUR/config.php');
======
Find
======
if (file_exists(CWD. '/includes/config.php'))
==============
Replace With
==============
if (file_exists(CWD . '/PATH/TO/YOUR/config.php'))