Home > Article > CMS Tutorial > What should I do if the Dreamweaver login backend is stuck and unable to enter?
What should I do if the DreamWeaver login background is stuck and cannot be entered?
What should I do if the Dreamweaver login backend is stuck and unable to enter? This problem can be solved by deleting the following code in templets/index_body.htm in the website backend directory
Recommended learning:梦weavercms
Change the website backend (default dede) directory templets/index_body.htm Delete the following code.
The code is as follows:
<script type=”text/javascript”>function showMore(){ $(“#allInfo”).toggle(); $(“#allInfoTD”).toggle();} $(function(){ $.get(“index_testenv.php”,function(data) { if(data !== ”) { $(“#__testEvn”).html(data); } })})</script>
The above is the detailed content of What should I do if the Dreamweaver login backend is stuck and unable to enter?. For more information, please follow other related articles on the PHP Chinese website!