mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
CS fixes
This commit is contained in:
parent
f690bbb3a9
commit
65963f228f
5 changed files with 111 additions and 111 deletions
|
@ -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__,
|
||||||
|
|
Loading…
Reference in a new issue