|
|
|
|
$content = "pages/$q.php";
if (strlen($q)==0){
include("pages/home.php");
}else{
if (file_exists($content)){
include("pages/$q.php");
}else{
echo "page not found";
}
}
?>
|
The administrator can't take any responsability of actions of this websites visitors (sellers, buyers)
|
|