PHP Classes

File: bootstrap/ckeditor/filemanager/uploader/success.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   bootstrap/ckeditor/filemanager/uploader/success.php   Download  
File: bootstrap/ckeditor/filemanager/uploader/success.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 8 years ago
Size: 399 bytes
 

Contents

Class file image Download
<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>