mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-01-20 19:31:21 +00:00
5 lines
174 B
PHP
5 lines
174 B
PHP
<?php
|
|
class PSQL extends \SYSTEM\PATH {
|
|
public function __construct($subpath = '') {
|
|
parent::__construct(new \SYSTEM\PROOT(), 'buergerkomitee/sql/', $subpath);}
|
|
} |