Edit login.php via Editor

This commit is contained in:
Flatlogic Bot 2025-12-04 13:11:30 +00:00
parent 84395a5c8b
commit d9c5634d9d

View File

@ -52,7 +52,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<body>
<div class="login-container">
<div class="login-box">
<h1 class="login-title">Project Name</h1>
<h1 class="login-title">Bhuddi School Student Management System</h1>
<?php if(!empty($success)): ?>
<div class="alert alert-success" role="alert">
<?php echo $success; ?>