removed old path objects

This commit is contained in:
Ulf Gebhardt 2017-04-01 01:56:32 +02:00
parent f08a6386ba
commit be6891438e
3 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
<?php
class PPAGE extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'danube/page/', $subpath);}
}

View File

@ -1,5 +0,0 @@
<?php
class PSAI extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'danube/sai/', $subpath);}
}

View File

@ -1,5 +0,0 @@
<?php
class PSQL extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'danube/sql/', $subpath);}
}