Added for redirection to src/webmail.php3
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Nov 1999 16:49:33 +0000 (16:49 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 22 Nov 1999 16:49:33 +0000 (16:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@15 7612ce4b-ef26-0410-bec9-ea0150e637f0

index.html [new file with mode: 0644]
src/left_main.php3
src/right_main.php3

diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..47053a9
--- /dev/null
@@ -0,0 +1,9 @@
+<HTML>
+   <HEAD>
+      <SCRIPT LANGUAGE="JavaScript">
+         parent.location.href="src/login.php3"
+      </SCRIPT>
+   </HEAD>
+   <BODY>
+   </BODY>
+</HTML>
index 169cffbb879547ef9b509ddca1bb103c7f8cd965..60232d2438dea6f40e2f859d20d256fefb7396a1 100644 (file)
@@ -35,8 +35,8 @@
 <FONT FACE="Arial,Helvetica">
 <?
    include("../config/config.php3");
-   include("functions/strings.php3");
-   include("functions/imap.php3");
+   include("../functions/strings.php3");
+   include("../functions/imap.php3");
 
    // *****************************************
    //    Parse the incoming mailbox name and return a string that is the FOLDER.MAILBOX
index 916f91afd07978c9736f65944ff2e86404bc2ae1..b647a6badf24753982f3fdebaabd4ea6eeb1b53e 100644 (file)
 <FONT FACE="Arial,Helvetica">
 <?
    include("../config/config.php3");
-   include("functions/imap.php3");
-   include("functions/strings.php3");
-   include("functions/date.php3");
-   include("functions/page_header.php3");
-   include("functions/array.php3");
-   include("functions/mailbox.php3");
-   include("functions/mailbox_display.php3");
-   include("functions/display_messages.php3");
+   include("../functions/imap.php3");
+   include("../functions/strings.php3");
+   include("../functions/date.php3");
+   include("../functions/page_header.php3");
+   include("../functions/array.php3");
+   include("../functions/mailbox.php3");
+   include("../functions/mailbox_display.php3");
+   include("../functions/display_messages.php3");
 
    /////////////////////////////////////////////////////////////////////////////////
    //