HEX
Server: Apache
System: Linux sc01.amgb.io 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: di (1011)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //scripts/chkpaths
#!/usr/local/cpanel/3rdparty/bin/perl

if ( -e "/usr/sbin/chown" && !-e "/bin/chown" ) {
    symlink( "../usr/sbin/chown", "/bin/chown" );
}