File indexing completed on 2024-12-22 05:33:15

0001   <?php EStructure::view("header"); ?>
0002     <h3>Step 3: setting admin password</h3>
0003         <p>Set the password for the admin panel access!</p>
0004         
0005         <h4>Password saved!</h4>
0006         
0007     <form action="/admin">
0008       <input type="submit" value="Login to admin panel">
0009     </form>
0010     
0011   <?php EStructure::view("footer"); ?>