Init Repo

This commit is contained in:
Gregor Schulte
2021-06-15 11:08:34 +02:00
parent d0b72a118d
commit b303dd00d6
330 changed files with 93268 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
if (!defined('PICONTROL')) exit();
$pluginConfig = array(
'name' => 'Fritz!Box',
'id' => 'fritzbox',
'version' => array(
'code' => 4,
'name' => '2.0',
'require' => 23
),
'languages' => array('de', 'en'),
'author' => 'Willy Fritzsche',
'description' => 'Zusammen mit einer Fritz!Box kannst du &uuml;ber dieses Plugin die aktuelle IP, die Download-/Uploadrate und die Gesamtdaten ermitteln.'
);
?>