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/db/system.php
2013-04-22 18:57:51 +02:00

8 lines
242 B
PHP

<?php
namespace DBD;
class system extends \SYSTEM\DB\DBInfoMYS {
public function __construct() {
parent::__construct('host_unet', 'mojotrolls_mysql', 'dajsabeaisvd345', '127.0.0.1');}
}