????

Your IP : 18.216.43.190


Current Path : /scripts/
Upload File :
Current File : //scripts/check_dbd_mysql

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

eval 'local $SIG{__DIE__}; use DBD::mysql; print "ok\n";';

if ($@) {
    warn $@;
}