mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22: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());
|