📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 00:19:35
📂
/ (Root)
/
home
/
xeqi7597
/
public_html
/
wp-content
/
plugins
/
wp-super-cache
/
partials
📍 /home/xeqi7597/public_html/wp-content/plugins/wp-super-cache/partials
🔄 Refresh
✏️
Editing: restore.php
Writable
<div class="wpsc-card"> <?php echo '<fieldset class="options"><h4>' . __( 'Fix Configuration', 'wp-super-cache' ) . '</h4>'; echo '<form name="wp_restore" action="' . esc_url_raw( add_query_arg( 'tab', 'settings', $admin_url ) . '#top' ) . '" method="post">'; echo '<input type="hidden" name="wp_restore_config" />'; echo '<div class="submit"><input class="button-secondary" type="submit" ' . SUBMITDISABLED . 'id="deletepost" value="' . __( 'Restore Default Configuration', 'wp-super-cache' ) . '" /></div>'; wp_nonce_field('wp-cache'); echo "</form>\n"; echo '</fieldset>'; ?> </div>
💾 Save Changes
❌ Cancel