Submit
Path:
~
/
/
scripts
/
cpan_sandbox
/
x86_64
/
File Content:
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;
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
cc
600 bytes
0755
gcc
600 bytes
0755
mysql_config
369 bytes
0755
perl
574 bytes
0755
xml2-config
367 bytes
0755
N4ST4R_ID | Naxtarrr