. * * @package phpservermon * @author Pepijn Over * @copyright Copyright (c) 2008-2014 Pepijn Over * @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3 * @version Release: @package_version@ * @link http://phpservermon.neanderthal-technology.com/ **/ define('PSM_INSTALL', true); require 'src/bootstrap.php'; psm_no_cache(); $type = 'install'; $tpl = new \psm\Service\Template(); $mod = new psm\Module\Install($db, $tpl); $mod->initialize(); ?>