From 984afca938f61237e2ea56b7bae5853f70f84d6b Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 17 Aug 2007 20:00:08 +0000 Subject: [PATCH] - fix file header information git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@35 a1433add-5e2c-0410-b055-b7f2511e0802 --- admin/broadcast-message.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/admin/broadcast-message.php b/admin/broadcast-message.php index 8e0ebcef..aabe98d1 100644 --- a/admin/broadcast-message.php +++ b/admin/broadcast-message.php @@ -5,9 +5,9 @@ // Copyright (c) 2002 - 2005 High5! // Licensed under GPL for more info check GPL-LICENSE.TXT // -// File: list-domain.php +// File: broadcast-message.php // -// Template File: admin_list-domain.tpl +// Template File: broadcast-message.tpl // // Template Variables: // @@ -15,9 +15,11 @@ // // Form POST \ GET Variables: // -// fUsername +// b_from +// b_subject +// b_message +// // -// require ("../variables.inc.php"); require ("../config.inc.php"); require ("../functions.inc.php");