\n"; } else { print "
\n"; } ?>
Postfix Admin -
\n"; } else { print "
\n"; } if (($CONF['show_header_text'] == "YES") and ($CONF['header_text'])) { print "
" . $CONF['header_text'] . "
\n"; } ?>
'; foreach($_SESSION['flash']['info'] as $msg) { echo "
$msg
"; } echo ''; } if(isset($_SESSION['flash']['error'])) { echo '
'; foreach($_SESSION['flash']['error'] as $msg) { echo "
$msg
"; } echo '
'; } /* nuke it from orbit. It's the only way to be sure. */ $_SESSION['flash'] = array(); } /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ ?>