mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
8 lines
No EOL
242 B
PHP
8 lines
No EOL
242 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
|
|
if (file_exists('install.php')) {
|
|
unlink('install.php');
|
|
}
|
|
?>
|