From 8eee25795a8b68f2c4993280407fdfe4a4507abc Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 30 May 2016 14:02:46 +0200 Subject: [PATCH] Remove deprecated register_globals from Apache/PHP configs --- distros/debian/apache.conf | 1 - distros/ubuntu1504_cmake_split_packages/apache.conf | 1 - distros/ubuntu1604/conf/apache2/zoneminder.conf | 1 - 3 files changed, 3 deletions(-) diff --git a/distros/debian/apache.conf b/distros/debian/apache.conf index 965c67f86..6f2f30fd9 100644 --- a/distros/debian/apache.conf +++ b/distros/debian/apache.conf @@ -1,7 +1,6 @@ Alias /zm /usr/share/zoneminder/www - php_flag register_globals off Options Indexes FollowSymLinks DirectoryIndex index.php diff --git a/distros/ubuntu1504_cmake_split_packages/apache.conf b/distros/ubuntu1504_cmake_split_packages/apache.conf index 965c67f86..6f2f30fd9 100644 --- a/distros/ubuntu1504_cmake_split_packages/apache.conf +++ b/distros/ubuntu1504_cmake_split_packages/apache.conf @@ -1,7 +1,6 @@ Alias /zm /usr/share/zoneminder/www - php_flag register_globals off Options Indexes FollowSymLinks DirectoryIndex index.php diff --git a/distros/ubuntu1604/conf/apache2/zoneminder.conf b/distros/ubuntu1604/conf/apache2/zoneminder.conf index fa596d5ab..40fbf4d7c 100644 --- a/distros/ubuntu1604/conf/apache2/zoneminder.conf +++ b/distros/ubuntu1604/conf/apache2/zoneminder.conf @@ -8,7 +8,6 @@ ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin" Alias /zm /usr/share/zoneminder/www - php_flag register_globals off Options Indexes FollowSymLinks DirectoryIndex index.php