GX-Bug #57718 » fix.patch
filemanager/config/config.php (date 1528732175000) | ||
---|---|---|
4 | 4 |
$_SESSION['RF']["verify"] = "RESPONSIVEfilemanager"; |
5 | 5 |
} |
6 | 6 | |
7 |
require_once substr(__FILE__, 0, strrpos(__FILE__, '/')) . '/../../../admin/includes/configure.php';
|
|
7 |
require_once __DIRNAME__ . '/../../../admin/includes/configure.php';
|
|
8 | 8 | |
9 | 9 |
mb_internal_encoding('UTF-8'); |
10 | 10 |
mb_http_output('UTF-8'); |