1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 21:22:40 +00:00
This commit is contained in:
J. King 2017-10-20 18:41:21 -04:00
parent f690bbb3a9
commit 65963f228f
5 changed files with 111 additions and 111 deletions

View file

@ -1,7 +1,7 @@
<?php <?php
namespace JKingWeb\Arsse; namespace JKingWeb\Arsse;
require_once __DIR__.DIRECTORY_SEPARATOR."bootstrap.php"; const BASE = __DIR__.DIRECTORY_SEPARATOR;
$paths = [ $paths = [
__FILE__, __FILE__,