Fix update

This commit is contained in:
danpros 2021-03-06 23:37:37 +07:00
commit 59db3b8890
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
<?php if (!defined('HTMLY')) die('HTMLy'); ?>
<h3>Updated to<h3>
<h2>[<?php echo $info['tag_name']; ?>] <?php echo $info['name']; ?></h2>
<p><?php echo \Michelf\MarkdownExtra::defaultTransform($info['body']); ?></p>

View file

@ -1,4 +1,5 @@
<?php
define('HTMLY', true);
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';