mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include ('../cis2/config.inc.php');
|
||||
require_once('raumtyp.class.php');
|
||||
// Verbindung aufbauen
|
||||
$conn=pg_pconnect(CONN_STRING) or die ("Unable to connect to SQL-Server");
|
||||
echo 'test';
|
||||
|
||||
$test=new raumtyp($conn);
|
||||
?>
|
||||
Reference in New Issue
Block a user