瀏覽代碼

Adding main index file

Julio Montoya 12 年之前
父節點
當前提交
5c95fc338d
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      public/index.php

+ 6 - 0
public/index.php

@@ -0,0 +1,6 @@
+<?php
+/* For licensing terms, see /license.txt */
+
+$app = require_once '../main/inc/global.inc.php';
+$app->run();
+//$app['http_cache']->run();