]> git.pld-linux.org Git - packages/cacti.git/blame - upgrade_from_086k_fix.patch
*** empty log message ***
[packages/cacti.git] / upgrade_from_086k_fix.patch
CommitLineData
d7349f1a
GS
1diff -ruBbd cacti-0.8.7b/install/index.php cacti-0.8.7b-patched/install/index.php
2--- cacti-0.8.7b/install/index.php 2008-02-14 18:58:01.000000000 -0500
3+++ cacti-0.8.7b-patched/install/index.php 2008-02-11 19:57:48.000000000 -0500
4@@ -27,7 +27,7 @@
5/* allow the upgrade script to run for as long as it needs to */
6ini_set("max_execution_time", "0");
7
8+$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.6k", "0.8.7", "0.8.7a", "0.8.7b");
9-$cacti_versions = array("0.8", "0.8.1", "0.8.2", "0.8.2a", "0.8.3", "0.8.3a", "0.8.4", "0.8.5", "0.8.5a", "0.8.6", "0.8.6a", "0.8.6b", "0.8.6c", "0.8.6d", "0.8.6e", "0.8.6f", "0.8.6g", "0.8.6h", "0.8.6i", "0.8.6j", "0.8.7", "0.8.7a", "0.8.7b");
10
11$old_cacti_version = db_fetch_cell("select cacti from version");
This page took 0.064362 seconds and 4 git commands to generate.