- Timestamp:
- 07/22/10 14:16:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/var/www/info/alkis/alkisausk.php
r26 r35 15 15 session_start(); 16 16 // Bindung an Mapbender-Authentifizierung 17 require_once("/data/mapwww/http/php/mb_validateSession.php"); 18 require_once("/data/conf/alkis_www_conf.php"); 17 #require_once("/data/mapwww/http/php/mb_validateSession.php"); 18 #require_once("/data/conf/alkis_www_conf.php"); 19 #AE 20 require_once(dirname(__FILE__)."/../../../php/mb_validateSession.php"); 21 require_once(dirname(__FILE__)."/../../../../conf/alkis_www_conf.php"); 22 19 23 include("alkisfkt.php"); 20 24 ?> … … 38 42 if ($id == "j") {$idanzeige=true;} 39 43 $style=isset($_GET["style"]) ? $_GET["style"] : "kompakt"; 40 $dbname = 'alkis05' . $gkz; 44 #$dbname = 'alkis05' . $gkz; 45 #AE 46 #$dbname = 'nas_wesseling'; 47 # echo("host=".$dbhost." port=".$dbport." dbname=".$dbname." user=".$dbuser." password=".$dbpass); 41 48 $con = pg_connect("host=".$dbhost." port=".$dbport." dbname=".$dbname." user=".$dbuser." password=".$dbpass); 42 49 if (!$con) {echo "<br>Fehler beim Verbinden der DB.\n<br>";} … … 80 87 echo "\n\t\t<a href='alkisfsnw.php?gkz=".$gkz."&gmlid=".$gmlid."&eig=j"."&style=".$style; 81 88 if ($idanzeige) echo "&id=j"; 82 echo "' title='Flurstücks- und Eigentümernachweis'>FS- u. Eigent.-Nw</a>"; 89 echo "' title='Flurstücks- und Eigentümernachweis'>FS- u. Eigent.-Nw</a><br>"; 90 echo "\n\t\t<a href='alkisgebaeudenw.php?gkz=".$gkz."&gmlid=".$gmlid."&eig=j"."&style=".$style; 91 if ($idanzeige) echo "&id=j"; 92 echo "' title='Gebäudenachweis'>Gebäudenachweis</a>"; 83 93 //echo " | <a href='alkisfshist.php?gkz=".$gkz."&flurstkennz=".$gmlid."' title='Vorgänger- und Nachfolger-Flurstücke'>Historie</a>\n"; 84 94 echo "\n\t</p>\n</td>";
Note: See TracChangeset
for help on using the changeset viewer.