KLanding/updatenotify.php

4 lines
173 B
PHP
Raw Normal View History

2016-01-12 20:56:15 +00:00
<?php
2016-03-25 18:11:33 +00:00
echo "<p style=\" text-align: center;\">New Update ($remoteversion) Available</p>\n";
echo "<a href=\"#test-popup3\" class=\"open-popup-link\">Change Log</a>";
?>