// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
Rapid Learn
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
Rapid Learn
10 Spanish Phrases - Group I
Buena suerte
Good luck
Feliz cumpleaños
Happy birthday
Feliz Navidad
Merry Christmas
Feliz año nuevo
Happy New Year
Buen provecho
Enjoy your meal
Salud
Bless you / Cheers
Bienvenido
Welcome
Disculpe
Excuse me (formal)
Perdóneme
Forgive me
No hay problema
No problem
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>
// Prevent this file being called directory
if (!isset($indexRouterCalled) || $indexRouterCalled == false) {
header("Location: /");
exit();
}
?>