awaki/public/index.php

8 lines
106 B
PHP

<?php
namespace Awaki;
require_once __DIR__ . '/../awaki.php';
$awk->setUpHttp();
$awk->dispatchHttp();