phpBB

Code Changes

File: phpbb/install/helper/config.php

  Unmodified   Added   Modified   Removed
Line 330Line 330

fwrite($fp, $file_content);
fclose($fp);


fwrite($fp, $file_content);
fclose($fp);

 
		// Enforce 0600 permission for install config
$this->filesystem->chmod([$this->install_config_file], 0600);

	}

/**

	}

/**