summaryrefslogtreecommitdiffstats
path: root/ldap-site-mngmt/webinterface/ip/no_ip.php
blob: 51a4b03049b33eb7860fa4e4302ec31949a1b806 (plain) (blame)
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
<?php

include('../standard_header.inc.php');

# Dateiname und evtl. Pfad des Templates für die Webseite
$webseite = "no_ip.dwt";

include("ip_header.inc.php");

###############################################################################

$mnr = 1; 

$mnr = $_GET['mnr'];

# Menuleiste erstellen
createMainMenu($rollen, $mainnr);
createIPMenu($rollen, $mnr);

###############################################################################

###############################################################################

include("ip_footer.inc.php");

?>