E500.php 111 B

123456
  1. <?php
  2. class E500 extends Controller{
  3. public function Index() {
  4. return new View("E500/index.view");
  5. }
  6. }