Server IP : 192.185.129.71 / Your IP : 3.140.247.39 Web Server : Apache System : Linux bh-ht-3.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : svymadmin ( 4072) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home4/svymadmin/public_html/vivekaexcel.edu.in/bkp/school/application/views/install/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Neon Admin Panel" /> <meta name="author" content="" /> <title>Installation | Ekattor School Management System Pro</title> <?php include 'styles.php'; ?> </head> <body class="page-body" data-url="http://neon.dev"> <div class="page-container horizontal-menu"> <header class="navbar navbar-fixed-top" style="min-height: 80px;"> <div class="navbar-inner"> <!-- logo --> <div class="navbar-brand"> <a href="#"> <img src="<?php echo base_url('uploads/logo.png');?>" style="max-height:40px;"/> </a> </div> <div class="navbar-brand" style="margin-top: 13px; margin-left: -22px;"> Ekattor School Management System Pro </div> <div class="navbar-brand pull-right" style="margin-top: 13px;"> Installation </div> </div> </header> <div class="main-content"> <div class="container"> <div class="row"> <div class="col-md-12"> <?php include 'main/'.$page_name.'.php'; ?> <?php include 'footer.php'; ?> </div> </div> </div> </div> <?php include 'scripts.php'; ?> </body> </html>