15 lines
363 B
PHP
15 lines
363 B
PHP
<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 htmlentities($_GET['path']); ?>">
|
|
</head>
|
|
<body>
|
|
<center><br/><br/>
|
|
<img src="success.jpg" alt="success">
|
|
</center>
|
|
</body>
|
|
</html> |