Home > CMS Tutorial > DEDECMS > body text

What should I do if the Dreamweaver login backend is stuck and unable to enter?

藏色散人
Release: 2019-12-19 10:18:15
Original
2396 people have browsed it

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>
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!