attach debug info
This commit is contained in:
parent
5dcbc42904
commit
b8e3cd8ba3
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<?php
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
ini_set('display_errors', 1);
|
||||||
|
?>
|
||||||
<?php include '/var/www/beta/templates/header.php'?>
|
<?php include '/var/www/beta/templates/header.php'?>
|
||||||
<div class="circle"></div>
|
<div class="circle"></div>
|
||||||
<p> NOTE: for people who want to use an RSS reader, here is the <a href='rss.xml'>rss.xml</a></p>
|
<p> NOTE: for people who want to use an RSS reader, here is the <a href='rss.xml'>rss.xml</a></p>
|
||||||
|
|
Reference in a new issue