mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
9 lines
154 B
PHP
9 lines
154 B
PHP
<?php
|
|
|
|
require_once __DIR__."/../vendor/autoload.php";
|
|
|
|
|
|
|
|
define('ASPECT_RESOURCES', __DIR__."/resources");
|
|
|
|
require_once ASPECT_RESOURCES."/actions.php"; |