adminmuch/public/index.php
2010-03-21 14:50:44 -04:00

6 lines
57 B
PHP

<?php
require_once 'pickles.php';
new Controller();
?>