mailautoconf/src/index.php

6 lines
120 B
PHP

<?php
// entry point - inport and run the public index.php file
include("core/init.php");
$b = new Init();
$b->start();