edde-framework/edde-framework

View on GitHub
.runtime/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * main file for web access
     */
    declare(strict_types = 1);

    require_once __DIR__ . '/runtime.php';