removed path objects

This commit is contained in:
Ulf Gebhardt 2016-04-04 19:17:13 +02:00
parent 890135b984
commit 03b6c5c5e1
4 changed files with 0 additions and 20 deletions

View File

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

View File

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

View File

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

View File

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