📁
SKYSHELL MANAGER
PHP v8.0.30
Create
Create
Path:
root
/
home
/
godaofbq
/
drhyperbaric.com
/
wp-content
/
plugins
/
loginpress
/
css
/
themes
/
Name
Size
Perm
Actions
📄
error_log
757.22 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-cron.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: header.php
<?php defined('ABSPATH') or die( 'Access denied!' ); // Avoid direct file request ?> <div class="templately-header"> <div class="templately-header-left"> <h1><?php echo __( 'Templately', 'templately' ); ?></h1> </div> <div class="templately-header-right"> <?php echo sprintf( '%s: %s', __( 'Version', 'templately' ), TEMPLATELY_VERSION ); ?> </div> </div>
Save