1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2024-07-22 01:58:46 -03:00

17 lines
586 B
Bash
Executable File

#!/bin/sh
echo -e "Content-Type: text/html\n"
/userfs/bin/tcapi set Cwmp_Entry Maintain_Inform 1
/userfs/bin/tcapi commit Cwmp_Entry
echo "<html><head><meta http-equiv=Content-Script-Type
content=text/javascript><meta http-equiv=Content-Style-Type
content=text/css><meta http-equiv=Content-Type content=\"text/html;
charset=gb2312\"></head>
<body onload=\"javascript:window.location='/cgi-bin/mag-syslogmanage.asp'\"><table width=\"580\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bordercolor=\"#CCCCCC\" bgcolor=\"#FFFFFF\">"
echo "</table></body></html>"