質問編集履歴

2

質問の具体化

2016/07/05 20:42

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -28,9 +28,9 @@
28
28
 
29
29
  //追加して使える
30
30
 
31
- require_once('option/h.php');
31
+ include('option/h.php');
32
32
 
33
- require_once('/../urls.php');
33
+ include('/../urls.php');
34
34
 
35
35
  ?>
36
36
 

1

追記

2016/07/05 20:42

投稿

earnest_gay
earnest_gay

スコア615

test CHANGED
File without changes
test CHANGED
@@ -12,11 +12,11 @@
12
12
 
13
13
 
14
14
 
15
- **Warning: require_once(/../urls.php): failed to open stream: No such file or directory in /var/www/html/lib/method/LoaderFunction.php on line 4**
15
+ **Warning: include(/../urls.php): failed to open stream: No such file or directory in /var/www/html/lib/method/LoaderFunction.php on line 4**
16
16
 
17
17
 
18
18
 
19
- **Fatal error: require_once(): Failed opening required '/../urls.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/lib/method/LoaderFunction.php on line 4**
19
+ **Warning: include(): Failed opening '/../urls.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/lib/method/LoaderFunction.php on line 4**
20
20
 
21
21
 
22
22