質問編集履歴

2

タイトルを変更

2018/12/14 12:48

投稿

frodo821
frodo821

スコア322

test CHANGED
@@ -1 +1 @@
1
- CodeIgniter View内でのIncludeについて
1
+ CodeIgniter View内でのincludeのセキュリティリスク
test CHANGED
File without changes

1

phpコードの構文的な修正

2018/12/14 12:48

投稿

frodo821
frodo821

スコア322

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  <!-- ほかのViewを読み込み -->
22
22
 
23
- <?php include __DIR__.$view.'.php' ?>
23
+ <?php include __DIR__.$view.'.php'; ?>
24
24
 
25
25
  </main>
26
26