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