mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Remove debug code
This commit is contained in:
parent
1b970cc7c5
commit
d1382cec63
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
namespace JKingWeb\Arsse;
|
namespace JKingWeb\Arsse;
|
||||||
var_export(get_defined_constants());
|
|
||||||
exit;
|
|
||||||
require_once __DIR__.DIRECTORY_SEPARATOR."bootstrap.php";
|
require_once __DIR__.DIRECTORY_SEPARATOR."bootstrap.php";
|
||||||
|
|
||||||
if(\PHP_SAPI=="cli") {
|
if(\PHP_SAPI=="cli") {
|
||||||
|
|
Loading…
Reference in a new issue