mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
9 lines
224 B
PHP
9 lines
224 B
PHP
<?php
|
|
namespace DBD;
|
|
|
|
class system extends \SYSTEM\DB\DBInfo {
|
|
|
|
public function __construct() {
|
|
throw new Exception('DEFINE ME ADMIN! NOW!');
|
|
parent::__construct('DBNAME', 'USER', 'PASSWORD', 'HOST');}
|
|
} |