removed paths

This commit is contained in:
Ulf Gebhardt 2016-05-30 22:33:59 +02:00
parent a352e73c8d
commit 8029f1f9e0
3 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
<?php
class PPAGE extends \SYSTEM\PATH {
public static function getPath(){
return \SYSTEM\C_ROOT.'danube/page/'.\SYSTEM\C_SUBPATH;}
}

View File

@ -1,5 +0,0 @@
<?php
class PSAI extends \SYSTEM\PATH {
public static function getPath(){
return \SYSTEM\C_ROOT.'danube/sai/'.\SYSTEM\C_SUBPATH;}
}

View File

@ -1,5 +0,0 @@
<?php
class PSQL extends \SYSTEM\PATH {
public static function getPath(){
return \SYSTEM\C_ROOT.'danube/sql/'.\SYSTEM\C_SUBPATH;}
}