mirror of
https://github.com/typemill/typemill.git
synced 2025-08-18 11:51:25 +02:00
files from tm2
This commit is contained in:
4
public/.htaccess
Normal file
4
public/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
||||
RewriteEngine On
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^ index.php [QSA,L]
|
5
public/index.php
Normal file
5
public/index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
$rootpath = __DIR__ . DIRECTORY_SEPARATOR . '..';
|
||||
|
||||
require $rootpath . '/system/typemill/system.php';
|
Reference in New Issue
Block a user