Footer URL angepasst
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<a href="https://willy-tech.de/kontakt/" target="_blank" data-lang="<?php echo $data['language']; ?>"><?php _e('Feedback'); ?></a><br />
|
||||
<a href="<?php echo $data['helpLink']; ?>" target="_blank"><?php _e('Hilfe'); ?></a><br />
|
||||
<a href="https://play.google.com/store/apps/details?id=de.willytech.picontrol" target="_blank" title="<?php _e('Öffne im Play Store'); ?>"><?php _e('App im Play Store'); ?></a><br />
|
||||
<a href="https://gitea.schultes.dev/gregor/pi-control" target="_blank"><?php _e('Git Repo'); ?></a></td>
|
||||
<a href="https://bugs.schultes.dev/gregor/pi-control" target="_blank"><?php _e('Git Repo'); ?></a></td>
|
||||
<td rowspan="2"><a href="https://www.schultes.dev/" target="_blank"><?php _e('Mein Blog'); ?></a><br />
|
||||
<td><?php echo $data['version']; ?></td>
|
||||
</tr>
|
||||
|
||||
@@ -10,8 +10,8 @@ if (!isset($config))
|
||||
'ssh_ip' => '127.0.0.1'
|
||||
),
|
||||
'version' => array(
|
||||
'version' => '2.3.1beta3',
|
||||
'versioncode' => 34,
|
||||
'version' => '2.3.1beta4',
|
||||
'versioncode' => 35,
|
||||
'android_comp_level' => 25
|
||||
),
|
||||
'url' => array(
|
||||
|
||||
Reference in New Issue
Block a user