XOOPS  2.6.0
success.php
Go to the documentation of this file.
1 <html>
2  <head>
3  <!--JUPLOAD_JSCRIPT-->
4  <title>JUpload RESPONSIVE filemanager</title>
5  <style>
6  body{padding:0px; margin:0px;}
7  </style>
8  <meta http-equiv="refresh" content="3;url=index.php?path=<?php echo strip_tags(preg_replace( "/[^a-zA-Z0-9\.\[\]_| -]/", '',$_GET['path'])); ?>">
9  </head>
10  <body>
11  <center><br/><br/>
12  <img src="success.jpg" alt="success">
13  </center>
14  </body>
15 </html>