From bc1b5d7892adadd286cd249533e2106124260f5a Mon Sep 17 00:00:00 2001 From: Carlos Ferreira Date: Sat, 2 Jan 2021 02:40:54 +0100 Subject: Remove useless ini_set functions --- lib/base.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/base.php b/lib/base.php index bbc777d5ea8..82a9c28c35e 100644 --- a/lib/base.php +++ b/lib/base.php @@ -620,11 +620,6 @@ class OC { @ini_set('max_execution_time', '3600'); @ini_set('max_input_time', '3600'); - //try to set the maximum filesize to 10G - @ini_set('upload_max_filesize', '10G'); - @ini_set('post_max_size', '10G'); - @ini_set('file_uploads', '50'); - self::setRequiredIniValues(); self::handleAuthHeaders(); self::registerAutoloaderCache(); -- cgit v1.2.3 0ad239a'/> jQuery JavaScript Library: https://github.com/jquery/jquerywww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.js.yml
blob: b9799a43aceefeb04e0f106afab71d563299f461 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86