質問するログイン新規登録

質問編集履歴

2

タイトルを変更

2018/12/14 12:48

投稿

frodo821
frodo821

スコア322

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

1

phpコードの構文的な修正

2018/12/14 12:48

投稿

frodo821
frodo821

スコア322

title CHANGED
File without changes
body CHANGED
@@ -9,7 +9,7 @@
9
9
  <body>
10
10
  <main>
11
11
  <!-- ほかのViewを読み込み -->
12
- <?php include __DIR__.$view.'.php' ?>
12
+ <?php include __DIR__.$view.'.php'; ?>
13
13
  </main>
14
14
  </body>
15
15
  </html>