File: index.php

package info (click to toggle)
phpldapadmin 1.2.6.7-3~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 5,432 kB
  • sloc: php: 17,675; javascript: 5,299; xml: 1,498; sh: 379; python: 148; makefile: 23
file content (11 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
<?php
// $Header$

/**
 * @package phpLDAPadmin
 */

# You should secure your PLA by making the htdocs/ your docroot.
header('Location: htdocs/index.php');
die();
?>