Need chdir in plugins when data_dir is relative
[squirrelmail.git] / plugins / calendar / index.php
index cb97cc209ad9108d7d5b569a3b2600dbbd449429..f026681cf2a3b02a0d7087e3441ebcf834d73b84 100644 (file)
@@ -1,17 +1,17 @@
 <?php
 
-   /**
   **  index.php -- Displays the main frameset
   **
   **  Copyright (c) 1999-2002 The SquirrelMail development team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Redirects to the login page.
   **
   **  $Id$
   **/
+/**
* index.php -- Displays the main frameset
+ *
* Copyright (c) 2002 The SquirrelMail Project Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Redirects to the login page.
+ *
* $Id$
+ */
 
-   header("Location:../../src/login.php\n\n");
-   exit();
+header("Location:../../src/login.php\n\n");
+exit();
 
-?>
\ No newline at end of file
+?>