File: ldap.result.php3

package info (click to toggle)
imp 3%3A2.2.6-5.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,476 kB
  • ctags: 766
  • sloc: php: 4,253; sh: 831; makefile: 98; perl: 50; pascal: 15
file content (37 lines) | stat: -rw-r--r-- 864 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
/*

 File: ldap.result.php3

 IMP: Copyright 1999, 2000 Charles J. Hagenbuch <chuck@horde.org>

 You should have received a copy of the GNU Public
 License along with this package; if not, write to the
 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.

 */

require '../lib/horde.lib';
require './lib/imp.lib';
require './config/defaults.php3';
require './config/lang.php3';
$language = select_lang();
require './lib/postconf.php3';
require "./locale/$language/contacts.lang";
require './locale/local/contacts.lang';


$title = '';
$sidebar = false;

require "$default->include_dir/doctype.inc";
require "$default->include_dir/generic-header.inc";

?>
<body bgcolor="#e9e9e9">
<center>
<font size="+1"><?php echo $lang->before_search; ?></font>
</center>

<?php require "$default->include_dir/generic-header.inc"; ?>