removed old path objects
This commit is contained in:
parent
f08a6386ba
commit
be6891438e
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
class PPAGE extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'danube/page/', $subpath);}
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
class PSAI extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'danube/sai/', $subpath);}
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
class PSQL extends \SYSTEM\PATH {
|
||||
public function __construct($subpath = '') {
|
||||
parent::__construct(new \SYSTEM\PROOT(), 'danube/sql/', $subpath);}
|
||||
}
|
||||
Reference in New Issue
Block a user