Indent code with Emacs web-mode

Bug430-Eden2
Lan Hui 2023-07-31 16:55:47 +08:00
parent 5b8745cfe5
commit f81b98e6aa
1 changed files with 59 additions and 59 deletions

View File

@ -1,11 +1,11 @@
<?php
$page='Home';
require 'Header.php';
session_start();
$page='Home';
require 'Header.php';
session_start();
?>
<?php
// if the user has already logged in, then clicking the LRRS icon should not display the login page (i.e., index.php).
// if the user has already logged in, then clicking the LRRS icon should not display the login page (i.e., index.php).
if (isset($_SESSION["user_fullname"])) {
header("Location: Courses.php");
}
@ -74,7 +74,7 @@ if (isset($_SESSION["user_fullname"])) {
</div>
</form>
</div>
</div>
</div>
</div>
</div>