mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 12:06:22 +05:30
9 lines
No EOL
290 B
PHP
9 lines
No EOL
290 B
PHP
<h3>Updated to<h3>
|
|
<h2>[<?php echo $info['tag_name']; ?>] <?php echo $info['name']; ?></h2>
|
|
<p><?php echo \Michelf\MarkdownExtra::defaultTransform($info['body']); ?></p>
|
|
<?php require_once "system/upgrade/run.php"; ?>
|
|
<?php
|
|
if (file_exists('install.php')) {
|
|
unlink('install.php');
|
|
}
|
|
?>
|