mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-03 14:32:40 +00:00
3 lines
100 B
PHP
3 lines
100 B
PHP
|
<?php
|
||
|
require_once __DIR__.DIRECTORY_SEPARATOR."bootstrap.php";
|
||
|
$data = new RuntimeData(new Conf());
|