diff --git a/logout/index.php b/logout/index.php new file mode 100644 index 0000000..413d761 --- /dev/null +++ b/logout/index.php @@ -0,0 +1,63 @@ +Se ha cerrado la sesión
". + "

Serás redirigido al inicio en unos segundos.
+ Haz clic aquí si tu navegador no te redirige automáticamente.

\n"; + } + else{ + $reply = "

Ha ocurrido un problema y no hemos podido finalizar la sesión

". + "

Serás redirigido al inicio en unos segundos.
+ Haz clic aquí si tu navegador no te redirige automáticamente.

\n"; + } + + require_once('../assets/php/template.php'); + $template = new Template(); +?> + + + + + print_head(); + ?> + + + print_header(); + ?> + + +
+
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ + + print_footer(); + ?> + + + + \ No newline at end of file