mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-20 17:37:23 +08:00
torrent api + swip constants
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
define('REQUEST_ID', $_SERVER['HTTP_X_REQUEST_ID'] ?? $_SERVER['REQUEST_ID'] ?? str_pad(str_replace('.', '', LARAVEL_START), 14, "0", STR_PAD_RIGHT));
|
||||
|
||||
define('IN_NEXUS', false);
|
||||
|
||||
require dirname(__DIR__) . '/include/constants.php';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Create The Application
|
||||
|
||||
Reference in New Issue
Block a user