PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/live2news.com/wp-content/plugins/w3-total-cache/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/live2news.com/wp-content/plugins/w3-total-cache/Generic_Page_Install.php |
<?php namespace W3TC; class Generic_Page_Install extends Base_Page_Settings { /** * Current page * * @var string */ protected $_page = 'w3tc_install'; /** * Install tab * * @return void */ function view() { $rewrite_rules_descriptors = array(); $other_areas = array(); if ( Util_Rule::can_check_rules() ) { $e = Dispatcher::component( 'Root_Environment' ); $rewrite_rules_descriptors = $e->get_required_rules( $this->_config ); $other_areas = $e->get_other_instructions( $this->_config ); } include W3TC_INC_DIR . '/options/install.php'; } }