uawdijnntqw1x1x1
IP : 216.73.217.174
Hostname : mailtech.lifestyleretreats.com
Kernel : Linux mailtech.lifestyleretreats.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home
/
lrindo5
/
radhia.lrindo.com
/
wp-content
/
plugins
/
.
/
w3-total-cache
/
Cdn_MaxCdn_Popup_View_Zone.php
/
/
<?php namespace W3TC; if ( !defined( 'W3TC' ) ) die(); ?> <form class="w3tc_cdn_maxcdn_form" method="post"> <?php Util_Ui::hidden( '', 'api_key', $details['api_key'] ); Util_Ui::hidden( '', 'zone_id', $details['zone_id'] ); Util_Ui::hidden( '', 'name', $details['name'] ); ?> <div class="metabox-holder"> <?php Util_Ui::postbox_header( __( 'Configure zone', 'w3-total-cache' ) ); ?> <table class="form-table"> <tr> <th>Name:</th> <td><?php echo $details['name'] ?></td> </tr> <tr> <th>Origin URL:</th> <td><?php $this->render_zone_textbox_change( $details, 'url' ) ?></td> </tr> <tr> <th>Compress content:</th> <td><?php $this->render_zone_boolean_change( $details, 'compress' ) ?></td> </tr> <tr> <th>Add CORS header:</th> <td><?php $this->render_zone_boolean_change( $details, 'cors_headers' ) ?></td> </tr> <tr> <th>HTTPS support:</th> <td> <?php if ( !is_null( $details['ssl']['current'] ) ): ?> <strong> <?php $v = $details['ssl']['current']; if ( $v == 'dedicated' ) echo 'Dedicated'; elseif ( $v == 'sni' ) echo 'SNI'; elseif ( $v == 'shared' ) echo 'Shared'; else echo 'Not active'; ?> </strong><br /> <?php endif ?> <?php if ( !is_null( $details['ssl']['new'] ) ): ?> <?php Util_Ui::hidden( '', 'ssl', $details['ssl']['new'] ); ?> <label> <input type="radio" name="ssl" value="" checked="" /> Leave as is </label> <br /> <label> <input type="radio" name="ssl" value="shared" checked="checked" /> Enable Shared HTTPS </label> <br /> <?php endif ?> </td> </tr> </table> <p class="submit"> <input type="button" class="w3tc_cdn_maxcdn_configure_zone w3tc-button-save button-primary" value="<?php _e( 'Apply', 'w3-total-cache' ); ?>" /> </p> <?php Util_Ui::postbox_footer(); ?> </div> </form>
/home/lrindo5/radhia.lrindo.com/wp-content/plugins/./w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php