Initial project files: BESCMS full source

This commit is contained in:
bes
2026-08-13 23:37:46 +08:00
parent fa6cddb540
commit 2e26f85723
2166 changed files with 396625 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php namespace Phpcmf\Controllers;
$file = dr_get_app_dir('pay').'Controllers/Member/Pay.php';
if (is_file($file)) {
require_once $file;
} else {
\dr_exit_msg(0, '没有安装「支付系统」插件');
}
// 付款
class Pay extends \Phpcmf\Controllers\Member\Pay
{
}