This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
host_danube/dbd/tbl/system/systemPostgres.php
2013-04-22 18:57:51 +02:00

7 lines
221 B
PHP

<?php
namespace DBD\SYSTEM;
class systemPostgres extends \SYSTEM\DB\DBInfoPG {
public function __construct() {
parent::__construct('dasense', 'dasense', 'dasenseopendataserver', '212.72.183.108', '5432');}
}