• File: chkpaths
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/scripts/chkpaths
  • File size: 141 bytes
  • MIME-type: text/x-perl
  • Charset: utf-8
#!/usr/local/cpanel/3rdparty/bin/perl

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