🔓 Ultimate Webshell - Penetration Testing Tool

📖 File Reader

<?php

namespace app\api\common;
use app\BaseController;
use app\common\Common_time;
use think\Facade\Db;
use think\facade\Session;
use think\facade\View;

class Common_index extends BaseController
{

}