diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-24 06:13:51 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-11-24 06:13:51 +0000 |
commit | c6ddcef6410a873b0fb90928c4c89029ff985ccc (patch) | |
tree | 30334315633f14a910178586c870f8cd7d65be10 /net-mgmt/pandorafms_console/files | |
parent | - Update to 0.2.0. (diff) |
net-mgmt/pandorafms_*: 5.1SP2 -> 6.0
Changes:
http://blog.pandorafms.org/pandora-fms-6-0-is-finally-here/
PR: 204520
Submitted by: Kikuchi Koichiro <koichiro@rworks.jp> (maintainer)
Diffstat (limited to 'net-mgmt/pandorafms_console/files')
-rw-r--r-- | net-mgmt/pandorafms_console/files/patch-index.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/pandorafms_console/files/patch-index.php b/net-mgmt/pandorafms_console/files/patch-index.php new file mode 100644 index 000000000000..0b82b63997ac --- /dev/null +++ b/net-mgmt/pandorafms_console/files/patch-index.php @@ -0,0 +1,11 @@ +--- index.php ++++ index.php +@@ -45,7 +45,7 @@ if ($develop_bypass != 1) { + if (isset($_POST["rename_file"])){ + $rename_file_install = (bool)$_POST["rename_file"]; + if ($rename_file_install) { +- $salida_rename = rename("/var/www/html/pandora_console/install.php", "/var/www/html/pandora_console/install_old.php"); ++ $salida_rename = rename("install.php", "install_old.php"); + } + } + |