diff --git a/roles/shellserver/PHP7/Makefile b/roles/shellserver/PHP7/Makefile deleted file mode 100644 --- a/roles/shellserver/PHP7/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -PREFIX=/opt/php -INSTALL=install -INSTALL_DATA=${INSTALL} -m 0644 - -install: - ${INSTALL_DATA} files/php.ini ${PREFIX}/lib/ diff --git a/roles/shellserver/PHP7/files/php.ini b/roles/shellserver/PHP7/files/php.ini deleted file mode 100644 --- a/roles/shellserver/PHP7/files/php.ini +++ /dev/null @@ -1,23 +0,0 @@ -# ------------------------------------------------------------- -# PHP 7 configuration file -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Author: Sébastien Santoro aka Dereckson -# Created: 2016-02-10 -# Licence: Trivial work, not eligible to copyright -# Keywords: PHP 7, php.ini -# Source file: roles/shellserver/PHP7/files/php.ini -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# -# -# This file is managed by our rOPS SaltStack repository. -# -# Changes to this file may cause incorrect behavior -# and will be lost if the state is redeployed. -# - -# ------------------------------------------------------------- -# Security -# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -# Allows CGI use through SuEXEC invoke -cgi.force_redirect = 0;