removed debug function
[squirrelmail.git] / plugins / message_details / message_details_main.php
index ca53778fc5de9480357ed8e21de58c847200f39c..b089df557164e3f2a413fa229c217716e574b2c0 100644 (file)
@@ -1,12 +1,13 @@
 <?php
+
 /**
  * Message Details plugin - main frame
  *
  * Plugin to view the RFC822 raw message output and the bodystructure of a message
  *
  * @author Marc Groot Koerkamp
- * @copyright Copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
- * @copyright Copyright &copy; 2004-2005 The SquirrelMail Project Team
+ * @copyright &copy; 2002 Marc Groot Koerkamp, The Netherlands
+ * @copyright &copy; 2002-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  */
 
 /**
- * Path for SquirrelMail required files.
- * @ignore
+ * Include the SquirrelMail initialization file.
  */
-define('SM_PATH','../../');
-
-/* SquirrelMail required files. */
-require_once(SM_PATH . 'include/validate.php');
+require('../../include/init.php');
 
 displayHtmlHeader( _("Message Details"), '', FALSE );
 
@@ -34,4 +31,4 @@ echo '<frame src="message_details_bottom.php?mailbox=' . urlencode($mailbox) .
     '&amp;get_message_details=yes&amp;passed_id=' . "$passed_id" .
     '" name="bottom_frame" frameborder="0" />';
 echo  '</frameset>'."\n"."</html>\n";
-?>
+?>
\ No newline at end of file