ProShell v2.0
Dashboard
Server Info
Server: 158.106.128.192
PHP: 8.2.33
home
planet5
public_html
bansibaba.com
2026-09-13 10:27:34
Editing: docs.php
Cancel
Save Changes
<?php $upthemes = THEME_DIR.'/admin/';?> <script type="text/javascript"> var upThemes = "<?php echo THEME_DIR; ?>"; </script> <div id="upthemes_framework" class="wrap"> <?php upfw_admin_header(); ?> <div id="up_docs"> <?php if( file_exists(THEME_DIR.'/readme.html') ): $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, THEME_DIR."/readme.html"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $data = curl_exec($ch); curl_close($ch); echo $data; else: echo "<h3>" . __("No documentation available.","upfw") . "</h3>"; echo "<p>" . __("To add theme documentation for this theme, please add a file named 'readme.html' to your theme folder with instructions for users of this theme. There's no need to add a doctype or <head> section. Basic HTML will do.","upfw"); endif; ?> </div> </div>
Upload Files
Cancel
Upload
Create New
Cancel
Create
Change Permissions
Cancel
Save
Change Date
Cancel
Save
Rename Item
Cancel
Save
Confirm Delete
Are you sure you want to delete the selected items?
Cancel
Delete