-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFileShare.ini
More file actions
29 lines (27 loc) · 595 Bytes
/
FileShare.ini
File metadata and controls
29 lines (27 loc) · 595 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[PHP]
;;;;;;;;;;;;;;;;;;;;
; php.ini Options ;
;;;;;;;;;;;;;;;;;;;;
error_reporting = E_ALL
display_errors = Off
error_reporting = On
display_startup_errors = On
log_errors = On
ignore_repeated_errors = Off
report_memleaks = On
max_execution_time = 300
max_input_time = 300
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads = On
post_max_size = 100M
upload_max_filesize = 100M
[log_errors]
log_errors_max_len = 0
highlight.string = #DD0000
highlight.comment = #FF8000
highlight.keyword = #007700
highlight.bg = #FFFFFF
highlight.default = #0000BB
highlight.html = #000000