回答編集履歴

1

パス記述をDSに変更

2016/05/18 03:14

投稿

qlbs
qlbs

スコア28

test CHANGED
@@ -48,6 +48,6 @@
48
48
 
49
49
  ```PHP
50
50
 
51
- require ROOT . '/vendors/autoload.php';
51
+ require ROOT . DS . 'vendors' . DS . 'autoload.php';
52
52
 
53
53
  ```