示例#1
0
文件: index.php 项目: Auwibana/babesk
<?php

require_once 'Administrator.php';
$adminManager = new Administrator();
$adminManager->run();