1
0
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:
trendschau
2023-03-26 18:56:54 +02:00
parent db8d1a5d3a
commit dcc86456af
45 changed files with 38 additions and 1 deletions

4
public/.htaccess Normal file
View 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
View File

@@ -0,0 +1,5 @@
<?php
$rootpath = __DIR__ . DIRECTORY_SEPARATOR . '..';
require $rootpath . '/system/typemill/system.php';