Файловый менеджер - Редактировать - /home/lakoyani/lakoyani.com.fj/settings_inc.guest.tpl.php.tar
Назад
usr/src/litespeed-wp-plugin/4.4/litespeed-cache/tpl/general/settings_inc.guest.tpl.php 0000644 00000002513 14711325260 0024732 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; ?> <tr> <th> <?php $id = Base::O_GUEST; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Guest Mode provides an always cacheable landing page for an automated guest\'s first time visit, and then attempts to update cache varies via AJAX.', 'litespeed-cache' ); ?> <?php echo __( 'This option can help to correct the cache vary for certain advanced mobile or tablet visitors.', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/general/#guest-mode' ); ?> <br /><?php Doc::notice_htaccess(); ?> <br /><?php Doc::crawler_affected(); ?> <?php $typeList = array(); if ( $this->conf( Base::O_GUEST ) && ! $this->conf( Base::O_OPTM_UCSS ) ) { $typeList[] = 'UCSS'; } if ( $this->conf( Base::O_GUEST ) && ! $this->conf( Base::O_OPTM_CSS_ASYNC ) ) { $typeList[] = 'CCSS'; } if ( ! empty( $typeList ) ) { $theType = implode( '/', $typeList ); echo '<br />'; echo '<font class="litespeed-info">'; echo '⚠️ ' . sprintf( __( 'Your %1s quota on %2s will still be in use.', 'litespeed-cache' ), $theType, 'QUIC.cloud' ); echo '</font>'; } ?> </div> </td> </tr> usr/src/litespeed-wp-plugin/5.5/litespeed-cache/tpl/general/settings_inc.guest.tpl.php 0000644 00000003555 14711325640 0024745 0 ustar 00 <?php namespace LiteSpeed; defined( 'WPINC' ) || exit; $guest_update_url = parse_url( LSWCP_PLUGIN_URL . GUI::PHP_GUEST, PHP_URL_PATH ); ?> <tr> <th> <?php $id = Base::O_GUEST; ?> <?php $this->title( $id ); ?> </th> <td> <?php $this->build_switch( $id ); ?> <div class="litespeed-desc"> <?php echo __( 'Guest Mode provides an always cacheable landing page for an automated guest\'s first time visit, and then attempts to update cache varies via AJAX.', 'litespeed-cache' ); ?> <?php echo __( 'This option can help to correct the cache vary for certain advanced mobile or tablet visitors.', 'litespeed-cache' ); ?> <?php Doc::learn_more( 'https://docs.litespeedtech.com/lscache/lscwp/general/#guest-mode' ); ?> <br /><?php Doc::notice_htaccess(); ?> <br /><?php Doc::crawler_affected(); ?> </div> <?php if ( $this->conf( $id ) ) : ?> <div class="litespeed-desc"> <?php echo __( 'Guest Mode testing result', 'litespeed-cache' ); ?>: <font id='litespeed_gm_status'><?php echo __( 'Testing', 'litespeed-cache' ); ?>...</font> </div> <script> (function ($) { jQuery(document).ready(function () { $.post( '<?php echo $guest_update_url; ?>', function(data){ if ( data == '[]' || $data == '{"reload":"yes"}' ) { $('#litespeed_gm_status').html('<font class="litespeed-success"><?php echo __( 'Guest Mode passed testing.', 'litespeed-cache' ); ?></font>'); } else { $('#litespeed_gm_status').html('<font class="litespeed-danger"><?php echo __( 'Guest Mode failed to test.', 'litespeed-cache' ); ?></font>'); } }).fail( function(){ $('#litespeed_gm_status').html('<font class="litespeed-danger"><?php echo __( 'Guest Mode failed to test.', 'litespeed-cache' ); ?></font>'); }) }); })(jQuery); </script> <?php endif; ?> </td> </tr>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка