HEX
Server: Apache
System: Linux 162-214-74-50.webhostbox.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
User: iideug (1011)
PHP: 8.2.31
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //scripts/update_db_cache
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/update_db_cache                 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/bin/update_db_cache', @ARGV;