mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-07 03:16:58 +08:00
修复安装文件 不兼容php7.4+的问题
This commit is contained in:
parent
2a3a0ddd0f
commit
46edc6b86e
@ -212,7 +212,7 @@ if($method == 'show_license') {
|
||||
}
|
||||
}
|
||||
|
||||
if(strpos($tablepre, '.') !== false || intval($tablepre{0})) {
|
||||
if(!preg_match("/^[a-z][a-z0-9]+_$/i",$tablepre)) {
|
||||
show_msg('tablepre_invalid', $tablepre, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user