1
0

Added "update" API

This commit is contained in:
2014-06-16 19:48:59 +02:00
parent a037c1c65d
commit e7c7881afb
6 changed files with 210 additions and 111 deletions

View File

@@ -0,0 +1,5 @@
<?php
/* @var $this APIController */
/* @var $data ProgramUpdates */
print($data->Name."<hr>".$data->Version."<hr>".$data->Link);

View File

@@ -88,7 +88,7 @@
?>
<div class="footer">
Copyright &copy; <?php echo date('Y'); ?> by Mike Schwörer.<br/>
Copyright &copy; <?php echo date('Y'); ?> by Mike Schwörer &#xb7; <a href="/admin">admin</a><br/>
All Rights Reserved.<br/>
<?php echo Yii::powered(); ?>
</div>