Server IP : 192.64.118.117 / Your IP : 18.226.52.105 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/tcrgfinancesuite.com/wp-content/plugins/w3-total-cache/inc/popup/ |
Upload File : |
<?php namespace W3TC; if ( !defined( 'W3TC' ) ) die(); ?> <?php include W3TC_INC_DIR . '/popup/common/header.php';?> <p> <?php _e( 'Remove objects from the <acronym title="Content Delivery Network">CDN</acronym> by specifying the relative path on individual lines below and clicking the "Purge" button when done. For example:', 'w3-total-cache' ); ?> </p> <p> <?php switch ( $this->_config->get_string( 'cdn.engine' ) ): case 'cotendo': ?> <ul> <li><em><?php echo $path?>/images/headers/</em> — <?php _e( 'the directory itself (only when accessed directly without any file).', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/*.</em> — <?php _e( 'all files in the directory with no extension, with all parameter variations.', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/*.jpg</em> — <?php _e( 'all files in the directory whose extension is "jpg".', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/path</em> — <?php _e( 'the specific file (when the file does not have an extension), and without parameters.', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/path.jpg</em> — <?php _e( 'the specific file with its extension, and without parameters.', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/path.jpg?*</em> — <?php _e( 'the specific file with its extension, with all variation of parameters.', 'w3-total-cache' ); ?></li> <li><em><?php echo $path?>/images/headers/path.jpg?key=value</em> — <?php _e( 'the specific file with its extension, with the specific parameters.', 'w3-total-cache' ); ?></li> </ul> <?php break; default: ?> <em><?php echo $path?>/images/headers/path.jpg</em> <?php break; endswitch; ?> </p> <form action="admin.php?page=w3tc_cdn" method="post"> <p><?php _e( 'Files to purge:', 'w3-total-cache' ); ?></p> <p> <textarea name="files" rows="10" cols="90"></textarea> </p> <p> <?php echo Util_Ui::nonce_field( 'w3tc' ); ?> <input class="button-primary" type="submit" name="w3tc_cdn_purge_files" value="<?php _e( 'Purge', 'w3-total-cache' ); ?>" /> </p> </form> <div class="log"> <?php foreach ( $results as $result ): ?> <div class="log-<?php echo $result['result'] == W3TC_CDN_RESULT_OK ? 'success' : 'error'?>"> <?php echo htmlspecialchars( $result['remote_path'] ); ?> <strong><?php echo htmlspecialchars( $result['error'] ); ?></strong> </div> <?php endforeach; ?> </div> <?php include W3TC_INC_DIR . '/popup/common/footer.php'; ?>