MoMoCMS_v3.1 install/index.php重装系统

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

MoMoCMS_v3.1企业建站系统 Install/index.php里没有进行判断lock,你们能判断一下lock吗? 在install/index.php ``` <script type="text/javascript"> $(document).ready(function(){ /* setup navigation, content boxes, etc... */ // validate signup form on keyup and submit var validator = $("#loginform").validate({ rules: { db_host: "required", db_name: "required", db_user: "required", db_prefix: "required", admin: "required", password: "required", url: "required" }, messages: { db_host: "数据库地址必填", db_name: "数据库名必填", db_user: "数据库用户名必填", db_prefix: "数据表前缀必填", admin: "管理员账号必填", password: "管理员密码必填", url: "网站首页地址必填" }, // the errorPlacement has to take the layout into account errorPlacement: function(error, element) { error.insertAfter(element.parent().find('label:first')); } }); }); </script> </head> <body> <!-- Header --> <header id="top"> <div class="wrapper-login"> <!-- Title/Logo - can use text instead of image --> <div id="title"><img SRC="../resource/logo.gif" /><!--<span>Administry</span> demo--></div> <!-- Main...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息