diff --git a/main/install/update-files-1.8.8-1.9.0.inc.php b/main/install/update-files-1.8.8-1.9.0.inc.php new file mode 100644 index 0000000000..b19962e4c2 --- /dev/null +++ b/main/install/update-files-1.8.8-1.9.0.inc.php @@ -0,0 +1,74 @@ +') !== false) { + $ignore = true; + } + if (!$ignore) { + fwrite($fh, $line); + } + } + if (!$found_version) { + fwrite($fh, '$_configuration[\'system_version\'] = \''.$new_version.'\';'."\r\n"); + } + if (!$found_stable) { + fwrite($fh, '$_configuration[\'system_stable\'] = '.($new_version_stable?'true':'false').';'."\r\n"); + } + if (!$found_software_name) { + fwrite($fh, '$_configuration[\'software_name\'] = \''.$software_name.'\';'."\r\n"); + } + if (!$found_software_url) { + fwrite($fh, '$_configuration[\'software_url\'] = \''.$software_url.'\';'."\r\n"); + } + $string = <<'); + fclose($fh); + +} else { + + echo 'You are not allowed here !'; + +}