質問編集履歴
2
タイトルを変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
CodeIgniter View内での
|
1
|
+
CodeIgniter View内でのincludeのセキュリティリスク
|
body
CHANGED
File without changes
|
1
phpコードの構文的な修正
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>
|