質問編集履歴
2
「index\.phpの主要部分」と書くべきところを「htmlの〜\.\.\.」と書いていたので修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
}
|
63
63
|
}
|
64
64
|
```
|
65
|
-
###
|
65
|
+
###index.phpの主要部分
|
66
66
|
```HTML
|
67
67
|
<?php
|
68
68
|
|
1
Login\.php についていた謎の「å」を消去しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -95,7 +95,7 @@
|
|
95
95
|
namespace MyApp\Controller;
|
96
96
|
|
97
97
|
class Login extends \MyApp\Controller {
|
98
|
-
|
98
|
+
|
99
99
|
public function run() {
|
100
100
|
if ($this->isLoggedIn()) {
|
101
101
|
header('Location: ' . SITE_URL);
|