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/alkisausk.php

    r45 r49  
    1616                07.09.2010  Schluessel anschaltbar 
    1717                15.09.2010  Function "buchungsart" durch JOIN ersetzt 
     18                17.09.2010  Authentifizierung Konfigurierbar 
    1819*/ 
    1920ini_set('error_reporting', 'E_ALL'); 
    2021session_start(); 
    21 // Bindung an Mapbender-Authentifizierung 
    22 require_once("/data/mapwww/http/php/mb_validateSession.php"); 
    23 //require_once(dirname(__FILE__)."/../../../php/mb_validateSession.php"); 
    2422require_once("/data/conf/alkis_www_conf.php"); 
    25 //require_once(dirname(__FILE__)."/../../../../conf/alkis_conf.php"); 
     23if ($auth == "mapbender") { 
     24        // Bindung an Mapbender-Authentifizierung 
     25        require_once($mapbender); 
     26} 
    2627include("alkisfkt.php"); 
    2728?> 
     
    2930<html> 
    3031<head> 
    31         <meta name="author" content="b600352" > 
     32        <meta name="author" content="F. Jaeger krz" > 
    3233        <meta http-equiv="cache-control" content="no-cache"> 
    3334        <meta http-equiv="pragma" content="no-cache"> 
     
    235236} 
    236237echo "\n<hr>"; 
    237 footer($gkz, $gmlid, $idumschalter, $idanzeige, $self, $hilfeurl, "", $showkey); 
     238 
     239footer($gkz, $gmlid, $idumschalter, $idanzeige, $_SERVER['PHP_SELF']."?", $hilfeurl, "", $showkey); 
    238240 
    239241?> 
Note: See TracChangeset for help on using the changeset viewer.