Changeset 6210 for trunk/centreon/www/install/setup.php
- Timestamp:
- 08/20/08 17:57:11 (5 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/www/install/setup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/www/install/setup.php
r5226 r6210 31 31 $msg = NULL; 32 32 $return_false = NULL; 33 33 34 if (isset($_POST["step"]) && $_POST["step"] == 2 && isset($_POST["Restart"])) 35 $_POST["step"] = NULL; 34 36 if (isset($_POST["step"]) && $_POST["step"] == 4 && isset($_POST["Recheck"])) 35 37 $_POST["step"] = 3; … … 40 42 if (isset($_POST["step"]) && $_POST["step"] == 10 && isset($_POST["Recheck"])) 41 43 $_POST["step"] = 9; 42 /* if (isset($_POST["install_missing_pear_module"]) && isset($_POST["pear_module"]) && $_POST["step"] == 5) {43 / $_POST["step"] = 4;44 45 exec('sudo pear install '. $pear_module["$package_file"]);46 47 }*/48 44 49 45 if (isset($_POST["goto"]) && !strcmp($_POST["goto"], "Back"))
