X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=view.php;h=85275afd34f1597bee0f38895301de4546564dab;hp=d708dff0212c2ceb4220bc6f7adaf3507d2233f9;hb=9642d17a028f3e7fdc57fa12e5dbd7129f166816;hpb=434643a428ccc9d78695347eef5a456342e9f114 diff --git a/view.php b/view.php index d708dff021..85275afd34 100644 --- a/view.php +++ b/view.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -41,7 +42,7 @@ require('inc/libs/security_functions.php'); // Set module $GLOBALS['module'] = 'view'; -$GLOBALS['output_mode'] = -1; +$GLOBALS['output_mode'] = -3; // Load the required file(s) require('inc/config-global.php');