mailautoconf/src/index.php

6 lines
120 B
PHP
Raw Normal View History

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