Move from http -> https
[clearscm.git] / maps / lib / MAPSWeb.pm
index 3b68a80..50105f8 100644 (file)
@@ -118,7 +118,7 @@ sub Footing(;$) {
   print start_div {-class => "copyright"};
   print "Copyright © 2001-$year - All rights reserved";
   print br (
-    a ({-href => 'http://defaria.com'},
+    a ({-href => 'https://defaria.com'},
       'Andrew DeFaria'),
     a ({-href => 'mailto:Andrew@DeFaria.com'},
       '<Andrew@DeFaria.com>'));
@@ -281,23 +281,23 @@ sub NavigationBar($) {
     print div ({-class => 'username'}, 'Welcome '. ucfirst $userid);
     print div ({-class => 'menu'},
       (a {-href => '/maps/'},
-        'MAPS Home<br>'),
+        'Home<br>'),
       (a {-href => '/maps/bin/stats.cgi'},
         'Statistics<br>'),
       (a {-href => '/maps/bin/editprofile.cgi'},
-        'Edit Profile<br>'),
+        'Profile<br>'),
       (a {-href => '/maps/php/Reports.php'},
         'Reports<br>'),
       (a {-href => '/maps/php/list.php?type=white'},
-        'White List<br>'),
+        'White<br>'),
       (a {-href => '/maps/php/list.php?type=black'},
-        'Black List<br>'),
+        'Black<br>'),
       (a {-href => '/maps/php/list.php?type=null'},
-        'Null List<br>'),
+        'Null<br>'),
       (a {-href => '/maps/doc/'},
         'Help<br>'),
       (a {-href => '/maps/adm/'},
-        'MAPS Admin<br>'),
+        'MAPS<br>'),
       (a {-href => '/maps/?logout=yes'},
         'Logout'),
     );