Ignore:
Timestamp:
09/28/10 15:08:17 (14 years ago)
Author:
frank.jaeger
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/var/www/info/alkis/alkislage.php

    r45 r49  
    11<?php 
    22/*      alkislage.php 
     3 
    34        ALKIS-Buchauskunft, Kommunales Rechenzentrum Minden-Ravensberg/Lippe (Lemgo). 
    45        Kann die 3 Arten von Lagebezeichnung anzeigen und verbundene Objekte verlinken 
     
    1213ini_set('error_reporting', 'E_ALL & ~ E_NOTICE'); 
    1314session_start(); 
    14 // Bindung an Mapbender-Authentifizierung 
    15 require_once("/data/mapwww/http/php/mb_validateSession.php"); 
    1615require_once("/data/conf/alkis_www_conf.php"); 
     16if ($auth == "mapbender") { 
     17        // Bindung an Mapbender-Authentifizierung 
     18        require_once($mapbender); 
     19} 
    1720include("alkisfkt.php"); 
    1821?> 
     
    2023<html> 
    2124<head> 
    22         <meta name="author" content="b600352" > 
     25        <meta name="author" content="F. Jaeger krz" > 
    2326        <meta http-equiv="cache-control" content="no-cache"> 
    2427        <meta http-equiv="pragma" content="no-cache"> 
     
    420423</form> 
    421424 
    422 <?php footer($gkz, $gmlid, $idumschalter, $idanzeige, $self, $hilfeurl, "&amp;ltyp=".$ltyp , $showkey); ?> 
     425<?php footer($gkz, $gmlid, $idumschalter, $idanzeige, $_SERVER['PHP_SELF']."?", $hilfeurl, "&amp;ltyp=".$ltyp , $showkey); ?> 
    423426 
    424427</body> 
Note: See TracChangeset for help on using the changeset viewer.