ACC SHELL

Path : /srv/www/vhosts/toptisk/_puvodni_web/
File Upload :
Current File : /srv/www/vhosts/toptisk/_puvodni_web/index.php

<?

$lang = $_GET['lang'];
$page = $_GET['page'];



function fr($file){
  if(is_file($file)){
    $fd=fopen($file,r);
    while(!feof($fd)){
      $out.=fread($fd,1024);
    }
    fclose($fd);
    return $out; 
  }
}
  $outer=fr("$lang/outer.inc");
  $body=fr("$lang/".$page.".inc");
  
  echo str_replace("{BODY}",$body, $outer);

?>


ACC SHELL 2018