$html_pages = [
'eticarettesaticiol' => 'eticarettesaticiol.html',
'baskasayfa' => 'baskasayfa.html'
];

if (array_key_exists($_SERVER['REQUEST_URI'], $html_pages))
{
echo file_get_contents($html_pages[$_SERVER['REQUEST_URI']]);
exit;
}
unset($html_pages);


bu kodu index.php dosyanda "

kişi bu mesajı beğendi.