Remove error reporting
This commit is contained in:
parent
cac7139b9c
commit
6d07551abe
1 changed files with 0 additions and 4 deletions
|
@ -11,10 +11,6 @@
|
||||||
<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