📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: bootstrap.php
<?php declare(strict_types=1); date_default_timezone_set('UTC'); ini_set('error_reporting', (string) (E_ALL)); // Composer autoloader if (file_exists(__DIR__.'/../vendor/autoload.php')) { include __DIR__.'/../vendor/autoload.php'; } else { // We may be running as a dependency inside some other repo. // So we are probably in vendor/sabre/http/tests of that repo. // Go up 3 levels to find autoload.php include __DIR__.'/../../../autoload.php'; }
Save