Server IP : 192.168.23.10  /  Your IP : 216.73.217.14
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.34
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /home/rrrallyteam/public_html/../../../usr/../proc/6/../5/../38/task/../../584/../../scripts/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/rrrallyteam/public_html/../../../usr/../proc/6/../5/../38/task/../../584/../../scripts/fixtar
#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/fixtar                          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;
use Cpanel::Tar ();

my ( $tar_status, $tar_message ) = Cpanel::Tar::checkperm();
if ( !$tar_status ) {
    exit 1;
}

exit 0;