Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/celkcksm/websites/vtti.e-campus.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php // include ("include/makeSession.php"); // $installment_id=mysqli_query($con,"select * from admin where id='".$_SESSION["ecomid"]."'"); // $installment_id=mysqli_fetch_array($installment_id); // $installment_id=$installment_id['menuper']; // $menuper=explode(',',$installment_id); // if(in_array('Master Setting',$menuper)){ // }else{ // header("location:index.php"); // } $_SESSION['page_name']="Master"; include('include/function.php'); include("include/header.php"); include("include/sidebar.php"); ?> <div class="content-wrapper"> <!-- Content Header (Page header) --> <section class="content-header"> <h1> SMS Balance is Zero! <small></small> </h1> <ol class="breadcrumb"> <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li> <li><a href="#">Low on SMS</a></li> </ol> </section> <!-- Main content --> <section class="content"> <div class="row"> <div class="col-md-12"> <div class="box box-info"> <div class="box-header"> <h3 class="box-title"> Recharge your SMS <small></small></h3> </div> <!-- /.box-header --> </div> <!-- /.box --> </div> <!-- /.col--> </div> <!-- ./row --> </section> <!-- /.content --> </div> <?php include('include/footer.php');?>