Merge pull request '财务打款系统bug修复' (#205) from feature/add_item into master

Reviewed-on: http://8.136.139.249:3000/wmtx/platform/pulls/205
master
廖金灵 4 years ago
commit 5d08b3aeea

@ -23,6 +23,7 @@ define('FONTS',dirname(__FILE__).'/Public/Admin/fonts/');
* 安全期间建议安装调试完成后移动到非WEB目录
*/
define ( 'APP_PATH', './Application/' );
define ( 'SUBSITE_INDEX', "payment.php" );//子站点路口影响session
if(!is_file(APP_PATH . 'User/Conf/config.php')){
header('Location: ./install.php');

Loading…
Cancel
Save