*/
// ignore direct access
if (!defined('PACKAGE_ID')) {
+ define('PACKAGE_ID', 1);
+ /* TODO:
@header("HTTP/1.0 404 Not Found");
exit;
+ */
}
// define the wcf-root-dir
--- /dev/null
+<?php
+/**
+ * @author Matthias Schmidt
+ * @copyright 2001-2015 WoltLab GmbH
+ * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package com.woltlab.wcf
+ * @category Community Framework
+ */
+require_once('./global.php');
+\wcf\system\request\RequestHandler::getInstance()->handle('wcf');