HEX
Server: Apache
System: Linux atlantis.turkiyesunucu.com 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User: ()
PHP: 5.6.40
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //scripts/detect_env_capabilities
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/detect_env_capabilities         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 Cpanel::OSSys::Capabilities ();

my $capabilities = Cpanel::OSSys::Capabilities->detect;

Cpanel::OSSys::Capabilities->save($capabilities);