πŸ”“ Ultimate Webshell - Penetration Testing Tool

πŸ“– File Reader

<?php
declare (strict_types = 1);

namespace app;

use think\Service;

/**
 * εΊ”η”¨ζœεŠ‘η±»
 */
class AppService extends Service
{
    public function register()
    {
        // ζœεŠ‘ζ³¨ε†Œ
    }

    public function boot()
    {
        // 服劑启动
    }
}