Skip to content

Commit 2d5fa2e

Browse files
committed
Move kool.ini to new dir structure.
1 parent 0b414a8 commit 2d5fa2e

2 files changed

Lines changed: 3 additions & 21 deletions

File tree

default/kool.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ upload_max_filesize = {{ .Env.PHP_UPLOAD_MAX_FILESIZE }}
1414
; http://php.net/post-max-size
1515
post_max_size = {{ .Env.PHP_POST_MAX_SIZE }}
1616

17-
; https://www.php.net/manual/en/info.configuration.php#ini.max-execution-time
17+
; Maximum execution time of each script, in seconds
18+
; http://php.net/max-execution-time
19+
; Note: This directive is hardcoded to 0 for the CLI SAPI
1820
max_execution_time = {{ .Env.PHP_MAX_EXECUTION_TIME }}

kool.ini

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)