File: D:/HostingSpaces/RImmers2/photomenu.nl/wwwroot/wp-content/plugins/404page/inc/ppf/loader.php
<?php
/**
* Plugin Foundation Loader
*
* Peter's Plugins Foundation 07
*
* @package PPF07
* @author Peter Raschendorfer
* @license GPL2+
*/
require_once ( __DIR__ . '/ppf-class.php' );
require_once ( __DIR__ . '/ppf-subclass.php' );
require_once ( __DIR__ . '/ppf-plugin.php' );
require_once ( __DIR__ . '/ppf-settings.php' );
require_once ( __DIR__ . '/ppf-admin.php' );
require_once ( __DIR__ . '/ppf-plugin-addon.php' );
?>