| Current Path : /home/pteabiscqq/www/media/quix/filemanager/uploader/ |
| Current File : /home/pteabiscqq/www/media/quix/filemanager/uploader/success.php |
<?php
/**
* @package com_quix
* @author ThemeXpert <info@themexpert.com>
* @copyright Copyright (C) 2015. All rights reserved.
* @license GNU General Public License version 2 or later
*/
// No direct access
defined( '_JEXEC' ) or die;
?>
<html>
<head>
<!--JUPLOAD_JSCRIPT-->
<title>JUpload RESPONSIVE filemanager</title>
<style>
body {
padding: 0px;
margin: 0px;
}
</style>
<meta http-equiv="refresh"
content="3;url=index.php?path=<?php echo strip_tags(preg_replace("/[^a-zA-Z0-9\.\[\]_| -]/", '', $_GET['path'])); ?>">
</head>
<body>
<center><br/><br/>
<img src="success.jpg" alt="success">
</center>
</body>
</html>