1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

- added an option to specify a port for the LDAP server

- restricted access to "Recent searches" to admins who are allowed to configure search [Bug #14085]


git-svn-id: file:///svn/phpbb/trunk@8064 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2007-08-23 13:41:34 +00:00
parent 382fe7cab4
commit 35b45cdff1
7 changed files with 74 additions and 38 deletions

View File

@@ -50,6 +50,7 @@
<br clear="all" />
<!-- IF .recentsearch -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th colspan="2">{L_RECENT_SEARCHES}</th>
@@ -68,6 +69,7 @@
</table>
<br clear="all" />
<!-- ENDIF -->
</div>