📁
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: composer
#!/bin/bash set -e PHP=(/opt/alt/php83/usr/bin/php) SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) COMPOSER="${SCRIPT_DIR}/composer.phar" if "${PHP[@]}" -r "if (extension_loaded('phar')) exit(1);"; then PHP+=(-d 'extension=phar.so') fi if "${PHP[@]}" -r "if (extension_loaded('json')) exit(1);"; then PHP+=(-d 'extension=json.so') fi "${PHP[@]}" ${COMPOSER} $*
Save