#165 removed broken paths

This commit is contained in:
Ulf Gebhardt 2016-06-23 18:40:44 +02:00
parent d93af168fb
commit a5f4790c58
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.'slingit/page/'.\SYSTEM\C_SUBPATH;}
}

View File

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

View File

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