diff --git a/includes/about_menu.php b/includes/about_menu.php index 86377db..e06108f 100644 --- a/includes/about_menu.php +++ b/includes/about_menu.php @@ -8,12 +8,11 @@
  • -< ? = _ ("PR Materials" ) ? > -?> - -
  • +< = _ ("PR Materials" ) > ?> +< ? = _ ( " CAcert Logos " ) ? > ?> +
  • - + < ? = _ ( " Credits " ) ? > ?>
  • diff --git a/includes/account.php b/includes/account.php index 538870c..03abea0 100644 --- a/includes/account.php +++ b/includes/account.php @@ -29,6 +29,13 @@ $domid=0; if(array_key_exists('domid',$_REQUEST)) $domid=intval($_REQUEST['domid']); + if(!$_SESSION['mconn']) + { + echo _("Several CAcert Services are currently unavailable. Please try again later."); + exit; + } + + if($id == 45 || $id == 46 || $oldid == 45 || $oldid == 46) { $id = 1; diff --git a/includes/general_stuff.php b/includes/general_stuff.php index 3a71814..d4d75fe 100644 --- a/includes/general_stuff.php +++ b/includes/general_stuff.php @@ -42,10 +42,13 @@ google_color_border = "FFFFFF";