From 5addbcbaa64e87b4656e530e9b15c571bfc8df22 Mon Sep 17 00:00:00 2001 From: wang_chengh <13383929+wang_chengh@user.noreply.gitee.com> Date: Fri, 22 Sep 2023 15:15:17 +0800 Subject: [PATCH] =?UTF-8?q?router=5Femulator=E9=A1=B9=E7=9B=AE=EF=BC=8C?= =?UTF-8?q?=E5=90=8E=E7=AB=AF.cgi=E9=83=A8=E5=88=86=EF=BC=8C=E6=9C=80?= =?UTF-8?q?=E7=BB=88=E7=89=88=E5=AE=8C=E6=95=B4=E4=BB=A3=E7=A0=81=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/cgi-bin/c_mysql_ip_fw_add_del.c | 7 +++++++ www/cgi-bin/c_mysql_ip_fw_view.c | 6 ++++++ www/cgi-bin/c_mysql_ip_mac.c | 6 ++++++ www/cgi-bin/c_mysql_user_pwd.c | 6 ++++++ 4 files changed, 25 insertions(+) diff --git a/www/cgi-bin/c_mysql_ip_fw_add_del.c b/www/cgi-bin/c_mysql_ip_fw_add_del.c index f7ee6f1..7992f55 100644 --- a/www/cgi-bin/c_mysql_ip_fw_add_del.c +++ b/www/cgi-bin/c_mysql_ip_fw_add_del.c @@ -1,3 +1,10 @@ +/** + * 该文件用于匹配fw.html + * 使用该.c文件可实现从名为router的数据库中 + * 实现获取前端页面输入的ip地址 + * 对存有黑名单数据的ip_fw表进行写入或删除操作 + */ + #include #include #include diff --git a/www/cgi-bin/c_mysql_ip_fw_view.c b/www/cgi-bin/c_mysql_ip_fw_view.c index 339b412..9c2fd14 100644 --- a/www/cgi-bin/c_mysql_ip_fw_view.c +++ b/www/cgi-bin/c_mysql_ip_fw_view.c @@ -1,3 +1,9 @@ +/** + * 该文件用于匹配fw.html + * 使用该.c文件可实现从名为router的数据库中 + * 查询存有黑名单数据的ip_fw表 + */ + #include #include #include diff --git a/www/cgi-bin/c_mysql_ip_mac.c b/www/cgi-bin/c_mysql_ip_mac.c index 59f494f..e4e6bfc 100644 --- a/www/cgi-bin/c_mysql_ip_mac.c +++ b/www/cgi-bin/c_mysql_ip_mac.c @@ -1,3 +1,9 @@ +/** + * 该文件用于匹配arp.html + * 使用该.c文件可实现从名为router的数据库中 + * 查询存有arp数据的ip_mac表 + */ + #include #include #include diff --git a/www/cgi-bin/c_mysql_user_pwd.c b/www/cgi-bin/c_mysql_user_pwd.c index 0db9da8..e835b00 100644 --- a/www/cgi-bin/c_mysql_user_pwd.c +++ b/www/cgi-bin/c_mysql_user_pwd.c @@ -1,3 +1,9 @@ +/** + * 该文件用于匹配login.html + * 使用该.c文件可实现从名为router的数据库中 + * 查询存有登录名及密码的users表 + */ + #include #include #include