$city = isset($_GET['city']) && !preg_match("/[^a-z]/", $_GET['city']) ? $_GET['city'] : ''; $apa = isset($_GET['apa']) && ($_GET['apa'] == 'apa' || $_GET['apa'] == 'rfs') ? $_GET['apa'] : 'apa'; if ( $city && file_exists("include/title_$city.php") ) { include "include/title_$city.php"; } elseif ( file_exists("include/title.php") ) { include "include/title.php"; } else { ?>
|
|