芝麻web文件管理V1.00
编辑当前文件:/home/soundframestudio/smith.soundframestudios.net/wp-content/plugins/redirection/actions/pass.php
get_target(); if ( $target === null ) { return; } if ( $this->is_external( $target ) ) { // Pass on to an external request, echo the results, and then stop $this->process_external( $target ); exit(); } // Change the request and carry on $this->process_internal( $target ); } public function name() { return __( 'Pass-through', 'redirection' ); } }