function pagina_cabecera($titulo = '')
{
+ header('Content-type: text/html; charset=ISO-8859-1');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
printf('<p style="color: green">%s</p>', $msg);
}
+function pagina_check_login()
+{
+ if (!@$_SESSION['user'])
+ {
+ include 'admin.login.php';
+ exit;
+ }
+}
+
?>
\ No newline at end of file