質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
-
Warning: is_readable(): open_basedir restriction in effect. File(/langu
|
15
|
+
Warning: is_readable(): open_basedir restriction in effect. File(/languages//ja.mo) is not within the allowed path(s): (/home/ドメイン名) in /home/ドメイン名/public_html/wp-includes/l10n.php on line 741
|
16
16
|
|
17
17
|
|
18
18
|
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
使用テーマ:Themetrust Create
|
10
10
|
|
11
|
+
使用サーバー:wpXspeed
|
12
|
+
|
11
13
|
|
12
14
|
|
13
15
|
Warning: is_readable(): open_basedir restriction in effect. File(/languwa-doages//ja.mo) is not within the allowed path(s): (/home/ドメイン名) in /home/ドメイン名/public_html/wp-includes/l10n.php on line 741
|
@@ -158,4 +160,42 @@
|
|
158
160
|
|
159
161
|
|
160
162
|
|
163
|
+
使用サーバーでは、
|
164
|
+
|
165
|
+
次のphp関数が現在も制限されています。
|
166
|
+
|
167
|
+
dl
|
168
|
+
|
169
|
+
backtick_operator
|
170
|
+
|
171
|
+
shell_exec
|
172
|
+
|
173
|
+
system
|
174
|
+
|
175
|
+
passthru
|
176
|
+
|
177
|
+
popen
|
178
|
+
|
179
|
+
proc_open
|
180
|
+
|
181
|
+
pcntl_exec
|
182
|
+
|
183
|
+
pfsockopen
|
184
|
+
|
185
|
+
stream_socket_client
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
次のPHP関数は制限が解除されています。
|
190
|
+
|
191
|
+
exec
|
192
|
+
|
193
|
+
phpinfo
|
194
|
+
|
195
|
+
fsockopen
|
196
|
+
|
197
|
+
|
198
|
+
|
199
|
+
|
200
|
+
|
161
201
|
よろしくお願いいたします。
|