mailautoconf/public/index.php

3 lines
65 B
PHP

<?php include("core/init.php");
$b = new StartUp();
$b->start();