Arsse/autoload.php

3 lines
No EOL
100 B
PHP

<?php
require_once __DIR__.DIRECTORY_SEPARATOR."bootstrap.php";
$data = new RuntimeData(new Conf());