mirror of
https://github.com/ulfgebhardt/system.git
synced 2025-12-13 09:35:49 +00:00
10 lines
364 B
PHP
10 lines
364 B
PHP
<?php
|
|
|
|
namespace SYSTEM\SAI;
|
|
|
|
class saimod_sys_security extends \SYSTEM\SAI\SaiModule {
|
|
public static function html_js(){ return '';}
|
|
public static function html_css(){return '';}
|
|
public static function html_content(){return 'SYS Security';}
|
|
public static function html_li_menu(){return '<li><a href="#" id="SYS Security">SYS Security</a></li>';}
|
|
} |