summaryrefslogblamecommitdiffstats
path: root/ldap-site-mngmt/webinterface/ip/no_ip.php
blob: 51a4b03049b33eb7860fa4e4302ec31949a1b806 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                                      
                                                          

                        



                                                                               

          





                                 






                                                                               
<?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");

?>