Files
swiftadmin/plugin/demo/function.php

10 lines
149 B
PHP
Raw Normal View History

2024-07-13 12:53:20 +08:00
<?php
/**
* DEMO插件函数库
*/
if (!function_exists('demo_test')) {
function demo_test() {javascript:;
echo 'demo_test function<br/>';
}
}