Revonzy Mini Shell
<?php
include('../../config.php');
require_once(PATH_LIBRARIES.'/classes/DBConn.php');
require_once(PATH_ADMIN_INCLUDE.'/header.php');
$db = new DBConn();
?>
<script type="text/javascript" src="imageuplaod.js"></script>
<script>
$( document ).ready(function() {
var x;
$.ajax({
type: "GET",
url: "filter_report.php",
async: false,
success: function(data){ //alert(data);
x=data;
$('#add').html(data);
}
});
});
</script>
<div class="">
<div class="page-title">
<div class="title_left">
<h3>Slider Image Upload</h3>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>View List </h2>
<ul class="nav navbar-right panel_toolbox">
<li><button class="btn btn-round btn-success" onclick="location.href='index.php';">Add New</button>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div class="x_content" id="add">
<!-- Get ?here Al The List data-->
</div>
<div id="deletemsg" title="Message" style="display:none; text-align:left;">
<p>You can not delete </p>
</div>
</div>
</div>
</div>
<?php
require_once(PATH_ADMIN_INCLUDE.'/footer.php');
?>
EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com