From 877f7c4e485a4aac83169c2e18bce6cdafe0d612 Mon Sep 17 00:00:00 2001 From: Abdulrahman Date: Fri, 31 May 2019 01:10:52 +0300 Subject: [PATCH] fixes --- install/includes/functions_install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/includes/functions_install.php b/install/includes/functions_install.php index f498cad..fd02c8a 100755 --- a/install/includes/functions_install.php +++ b/install/includes/functions_install.php @@ -136,7 +136,7 @@ function do_config_export($srv, $usr, $pass, $nm, $prf, $type = 'mysql') $data .= '$dbprefix = \'' . str_replace("'", "\'", $prf) . "'; // if you use prefix for tables , fill it \n"; - if (is_writable(PATH . 'config.php')) + if (is_writable(PATH)) { if (@file_put_contents(PATH . 'config.php', $data, LOCK_EX) !== false) {