403 Forbidden


Disable Functions:
Path : /scripts/cpan_sandbox/x86_64/
File Upload :
Command :
Current File : //scripts/cpan_sandbox/x86_64/mysql_config

#!/usr/local/cpanel/3rdparty/bin/perl

$ENV{'LANG'} = 'C';

my @paths = grep( !/cpan_sandbox/, split( /:/, $ENV{'PATH'} ) );
foreach my $path (@paths) {
    if ( -x $path . '/' . 'mysql_config' ) {
        if ( grep( /--libs/, @ARGV ) && -e '/usr/lib64' ) {
            print "-L/usr/lib64 ";
        }
        exec( $path . '/' . 'mysql_config', @ARGV );
    }
}
die;

404 Not Found
[ LogOut ]