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