2015-01-17 21:21:28 +01:00

6 lines
178 B
PHP

<?php
//keep this
require_once dirname(__FILE__).'/path/autoload.inc';
require_once dirname(__FILE__).'/page/autoload.inc';
require_once dirname(__FILE__).'/files/autoload.inc';