HEX
Server: Apache
System: Linux SH-FR-PM-y8qo 6.6.80-paas #1 SMP PREEMPT_DYNAMIC Thu Sep 25 11:18:23 UTC 2025 x86_64
User: hosting-user (5000)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: //proc/thread-self/root/sbin/wrap-start
#!/bin/bash

. /lib/start-lib.sh

if [ "$1" = "/usr/lib/openssh/sftp-server" ]; then
    export LD_PRELOAD="${LD_PRELOAD}:sftp-chroot.so"
    "$@"
else
    do_as hosting-user "$@"
fi