mailautoconf/public/index.php

4 lines
65 B
PHP
Raw Normal View History

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