// 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 F
No me gusta
I don't like it
¿Qué hora es?
What time is it?
Es la una
It's one o'clock
Son las dos
It's two o'clock
Hoy hace calor
It's hot today
Hace frío
It's cold
Está lloviendo
It's raining
Hace sol
It's sunny
Vamos
Let's go
Ven aquí
Come here
// 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();
}
?>