Make sure the squirrel can't get pregnant
[squirrelmail.git] / src / read_body.php
index e737e1294612ffe8a20e3da404b3605c917e9665..a814cd6ca2c94e72450b73177af31d5eab3d08b1 100644 (file)
@@ -12,6 +12,9 @@
  * @package squirrelmail
  */
 
+/** This is the read_body page */
+define('PAGE_NAME', 'read_body');
+
 /**
  * Include the SquirrelMail initialization file.
  */
@@ -978,4 +981,3 @@ formatMenuBar($aMailbox, $passed_id, $passed_ent_id, $message, false, FALSE);
 do_hook('read_body_bottom', $null);
 sqimap_logout($imapConnection);
 $oTemplate->display('footer.tpl');
-?>