index.php 80 B

123456
  1. <?php
  2. include_once "controller.php";
  3. $c = new Controller();
  4. $c->control();