This commit is contained in:
Naeltard 2015-01-14 19:52:17 +01:00
parent 8ad273a73b
commit d524a90c98
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
SYSTEM\autoload::registerFolder(dirname(__FILE__),'');
SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_page','');

View File

@ -0,0 +1,10 @@
<?php
class page_whw extends \SYSTEM\API\api_default {
public static function default_page(){
return new default_page();
}
}