correct max_execution_time template

This commit is contained in:
Sebastian Hugentobler 2017-05-24 16:14:47 +02:00
parent d448c0dcd2
commit 716089b782
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
[template]
src = "01_memory_limit.ini.tmpl"
dest = "/etc/php7/conf.d/01_memory_limit.ini"
src = "01_max_execution_time.ini.tmpl"
dest = "/etc/php7/conf.d/01_max_execution_time.ini"