- fixed and improved wordWrap
[squirrelmail.git] / src / login.php
index 09e3d6f0a28d34171709ca0e7a68893953160211..cc4de2133a43c226eeaed880a5ff7187a6aebb5b 100644 (file)
@@ -16,6 +16,8 @@
       include("../functions/strings.php");
    if (!isset($i18n_php))
       include("../functions/i18n.php");
+   if (!isset($plugin_php))
+      include("../functions/plugin.php");
 
    // let's check to see if they compiled with gettext support
    if (!function_exists("_")) {
    echo "      </TD>\n";
    echo "   </TR>\n";
    echo "</TABLE>\n";
+   echo "<input type=hidden name=just_logged_in value=1>\n";
    echo "</FORM>\n";
+   do_hook("login_bottom");
 ?>
 </BODY>
 </HTML>