diff --git a/public/index.php b/public/index.php index 147cebc..635cc79 100644 --- a/public/index.php +++ b/public/index.php @@ -1 +1,28 @@ - +. + * + */ + +//define('PUBLIC_PATH', '/'); +//define('PUBLIC_THEME_PATH', '/'); +$PUBLIC_PATH = '/'; +$PUBLIC_THEME_PATH = '/'; + +include __DIR__ . '/../index.php';