2019-08-22 23:00:15 +02:00

5 lines
175 B
PHP

<?php
class PPAGE extends \SYSTEM\PATH {
public function __construct($subpath = '') {
parent::__construct(new \SYSTEM\PROOT(), 'neopolimatrix/page/', $subpath);}
}