mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Remove obsolete css.php from configure
This commit is contained in:
parent
77403d55d6
commit
d9895265f3
3
configure
vendored
3
configure
vendored
@ -2950,7 +2950,7 @@ fi
|
||||
#
|
||||
# Create config files
|
||||
#
|
||||
ac_config_files="$ac_config_files Makefile config/authentication.ini config/config.ini config/resources.ini config/modules/monitoring/backends.ini config/modules/monitoring/instances.ini etc/apache/icingaweb.conf public/.htaccess public/index.php public/css.php"
|
||||
ac_config_files="$ac_config_files Makefile config/authentication.ini config/config.ini config/resources.ini config/modules/monitoring/backends.ini config/modules/monitoring/instances.ini etc/apache/icingaweb.conf public/.htaccess public/index.php"
|
||||
|
||||
|
||||
#
|
||||
@ -3671,7 +3671,6 @@ do
|
||||
"etc/apache/icingaweb.conf") CONFIG_FILES="$CONFIG_FILES etc/apache/icingaweb.conf" ;;
|
||||
"public/.htaccess") CONFIG_FILES="$CONFIG_FILES public/.htaccess" ;;
|
||||
"public/index.php") CONFIG_FILES="$CONFIG_FILES public/index.php" ;;
|
||||
"public/css.php") CONFIG_FILES="$CONFIG_FILES public/css.php" ;;
|
||||
|
||||
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
|
||||
esac
|
||||
|
@ -442,7 +442,6 @@ AC_CONFIG_FILES([
|
||||
etc/apache/icingaweb.conf
|
||||
public/.htaccess
|
||||
public/index.php
|
||||
public/css.php
|
||||
])
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user