diff --git a/install/includes/core/core_class.php b/install/includes/core/core_class.php index c04219c10..7a0c61446 100644 --- a/install/includes/core/core_class.php +++ b/install/includes/core/core_class.php @@ -155,9 +155,6 @@ class Core // Write the new database.php file $handle = fopen($output_path, 'w+'); - // Chmod the file, in case the user forgot - @chmod($output_path, 0777); - // Verify file permissions if (is_writable($output_path)) {