This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // By:君.无敌 end 2025/07/25 | |
| namespace app\admin\controller; | |
| class Rewrite extends Admin | |
| { | |
| public function initialize() | |
| { | |
| parent::initialize(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace app\middleware; | |
| class Templateseo | |
| { | |
| private $getMap = []; | |
| private $getCodes = []; | |
| public function handle($request, \Closure $next) | |
| { |