diff options
author | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-14 15:40:46 +0000 |
---|---|---|
committer | Jason Unovitch <junovitch@FreeBSD.org> | 2016-02-14 15:40:46 +0000 |
commit | 5758962ea94fc3fa6a8bd8d1640529c6c404535c (patch) | |
tree | bdf59622e2c6c689dedf327c6e17d7c98c484a23 /net-mgmt/pandorafms_console/files/patch-index.php | |
parent | Upgrade to latest revision 347bc0f. (diff) |
net-mgmt/pandorafms_{agent,console,server}: update 6.0 -> 6.0SP1
- Update shared PANDORA_VERSION to 6.0SP1 and bump PORTREVISION
- Include newsyslog.conf.d log rotation file
PR: 206734
Submitted by: KIKUCHI Koichiro <oi4io5me.cesium3@gmail.com> (maintainer)
Diffstat (limited to 'net-mgmt/pandorafms_console/files/patch-index.php')
-rw-r--r-- | net-mgmt/pandorafms_console/files/patch-index.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/pandorafms_console/files/patch-index.php b/net-mgmt/pandorafms_console/files/patch-index.php deleted file mode 100644 index 0b82b63997ac..000000000000 --- a/net-mgmt/pandorafms_console/files/patch-index.php +++ /dev/null @@ -1,11 +0,0 @@ ---- 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"); - } - } - |