Files
swiftadmin/plugin/demo/function.php
2024-07-13 12:53:20 +08:00

10 lines
149 B
PHP

<?php
/**
* DEMO插件函数库
*/
if (!function_exists('demo_test')) {
function demo_test() {javascript:;
echo 'demo_test function<br/>';
}
}