コード例 #1
-1
ファイル: index.php プロジェクト: mingman/aussiegallery
<?php

require_once "controller/MasterController.php";
$mc = new \controller\MasterController();
header('Content-Type: text/html; charset=ISO-8859-1');
$mc->renderPage();