📁
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: 55gnome-session_gnomerc
# If we are running the GNOME session, source ~/.gnomerc BASESTARTUP=${STARTUP%% *} BASESTARTUP=${BASESTARTUP##*/} if [ "$BASESTARTUP" = x-session-manager ]; then BASESTARTUP=$(basename $(readlink /etc/alternatives/x-session-manager)) fi case "$BASESTARTUP" in gnome-session*) GNOMERC=$HOME/.gnomerc if [ -r "$GNOMERC" ]; then . "$GNOMERC" fi # We prepend /usr/share/gnome since its defaults.list actually points # to /etc so it is configurable. if [ -z "$XDG_DATA_DIRS" ]; then XDG_DATA_DIRS=/usr/share/gnome:/usr/local/share/:/usr/share/ elif [ -n "${XDG_DATA_DIRS##*/usr/share/gnome*}" ]; then XDG_DATA_DIRS=/usr/share/gnome:"$XDG_DATA_DIRS" fi export XDG_DATA_DIRS ;; esac
Save