D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
html
/
chatweb02
/
application
/
views
/
Filename :
loading.php
back
Copy
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Loading</title> <link rel="stylesheet" href=""> <script>window.location.href = '<?php echo $this->config->base_url(); ?>'; </script> </head> <body> </body> </html>