Your IP : 216.73.217.117


Current Path : /var/www/cesa.co.za/fpdf/
Upload File :
Current File : /var/www/cesa.co.za/fpdf/index.php

<?php

$host = $_SERVER['HTTP_HOST'];

preg_match("#^(.*)/[^/]*$#", $_SERVER['REQUEST_URI'], $matches);
$uri = $matches[1];

header("Location: http://${host}${uri}/demo/index.php");

?>