diff options
Diffstat (limited to 'config/havp')
-rw-r--r-- | config/havp/havp.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/havp/havp.xml b/config/havp/havp.xml index 47611030..3e12f5bb 100644 --- a/config/havp/havp.xml +++ b/config/havp/havp.xml @@ -55,6 +55,10 @@ <text>Settings</text> <url>/pkg_edit.php?xml=havp_avset.xml&id=0</url> </tab> + <tab> + <text>Log</text> + <url>/havp_log.php</url> + </tab> </tabs> <fields> <field> @@ -302,4 +306,4 @@ <custom_php_deinstall_command> havp_deinstall(); </custom_php_deinstall_command> -</packagegui>
\ No newline at end of file +</packagegui> |