Prettied up hide/view unsafe images commands...
[squirrelmail.git] / src / login.php
index 12efa9f266df71381296f63166aeafa24b51bb49..62ae3238e8e20b51eb826de386b119a4ab4f8ddc 100644 (file)
@@ -28,7 +28,7 @@ if (isset($emailaddress)) {
             $name = urldecode($a[0]);
             $val = urldecode($a[1]);
             global $$name;
-            $$naame = $val;
+            $$name = $val;
         }
     }
     
@@ -39,13 +39,13 @@ if (isset($emailaddress)) {
         $key = strtolower($k);
         $value = urlencode($v);
         if ($key == 'cc') {
-            $rcptaddress .= '&send_to_cc=' . $value;
+            $rcptaddress .= '&send_to_cc=' . $value;
         } else if ($key == 'bcc') {
-            $rcptaddress .= '&send_to_bcc=' . $value;
+            $rcptaddress .= '&send_to_bcc=' . $value;
         } else if ($key == 'subject') {
-            $rcptaddress .= '&subject=' . $value;
+            $rcptaddress .= '&subject=' . $value;
         } else if ($key == 'body') {
-            $rcptaddress .= '&body=' . $value;
+            $rcptaddress .= '&body=' . $value;
         }
     }
     
@@ -93,6 +93,7 @@ $header = "<SCRIPT LANGUAGE=\"JavaScript\">\n" .
           "  }\n".
           "// -->\n".
           "</script>\n";
+$custom_css = 'none';          
 displayHtmlHeader( "$org_name - " . _("Login"), $header, FALSE );
 
 /* Set the title of this page. */
@@ -148,4 +149,4 @@ echo "</FORM>\n";
 do_hook('login_bottom');
 echo "</BODY>\n".
      "</HTML>\n";
-?>
\ No newline at end of file
+?>