mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
theme's index.php can not be run outside the core
This commit is contained in:
parent
665f497b64
commit
f4eb291491
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<?php header("Content-type: text/html; charset=utf-8"); ?>
|
||||
<?php
|
||||
if (!defined('MTTPATH')) die("Unexpected usage.");
|
||||
header("Content-type: text/html; charset=utf-8");
|
||||
?>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue