fipamo/public/index.php

6 lines
84 B
PHP
Raw Normal View History

2021-03-29 00:23:34 +02:00
<?php
2021-03-29 00:23:34 +02:00
require "../vendor/autoload.php";
include "../brain/App.inc.php";
new App();