mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Moved plugins menu and enabled Test plugin by default
This commit is contained in:
9
html/plugins/Test/Test.php
Normal file
9
html/plugins/Test/Test.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class Test {
|
||||
public function menu() {
|
||||
echo('<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>');
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user