mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- Pass Maintainership to Submitter PR: 230712 Submitted by: Krzysztof <ports@bsdserwis.com> Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D17946
10 lines
358 B
PHP
10 lines
358 B
PHP
--- messagesAdmin.php.orig 2007-06-14 19:00:15 UTC
|
|
+++ messagesAdmin.php
|
|
@@ -55,6 +55,7 @@ if (! Auth::isMailAdmin()) {
|
|
CmnFns::do_error_box(translate('Access Denied'));
|
|
|
|
} else {
|
|
+ $content_type = (CmnFns::get_ctype() ? CmnFns::get_ctype() : 'A');
|
|
// Draw search engine
|
|
printSearchEngine($content_type, $_SERVER['PHP_SELF'], 1);
|
|
echo '<br>';
|