예제 #1
0
파일: index.php 프로젝트: Auwibana/babesk
<?php

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