Init Repo
This commit is contained in:
16
resources/plugins/fritzbox/plugin.config.php
Normal file
16
resources/plugins/fritzbox/plugin.config.php
Normal 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 über dieses Plugin die aktuelle IP, die Download-/Uploadrate und die Gesamtdaten ermitteln.'
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user