proper code being added again

This commit is contained in:
Jack Greyhat
2021-01-26 15:56:07 +01:00
parent a6a2ddb8d0
commit 89a40eb6e0
3 changed files with 31 additions and 12 deletions

View File

@ -0,0 +1,8 @@
<?php
class Speedtest {
public static function menu() {
echo('<li><a href="plugin/p='.get_class().'">'.get_class().'</a></li>');
}
}
?>