HEX
Server: Apache
System: Linux server.ontegral.com 3.10.0-1160.118.1.el7.x86_64 #1 SMP Wed Apr 24 16:01:50 UTC 2024 x86_64
User: idcic (1013)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //scripts/restartsrv_powerdns
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/restartsrv_powerdns             Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

use strict;

exec '/usr/local/cpanel/scripts/restartsrv_pdns', @ARGV;
exit 1;