Category: Zen Tao Pms
-
Post Views: 56 1. When saving tasks in Zen Dao, respond to 405, prompt: I’m sorry, because the URL you visit may pose a security threat to the website, your access is blocked. as shown in Figure 1 2. Carefully analyze the saved task content, there is the union all keyword, as shown in Figure 2 3. Delete union all,…
-
Post Views: 13 The reason for the analysis: It should be that there is a database name, etc., or there is a permission problem. Later, the default configuration of the database is reinstalled, and it can be successfully installed: Finally, for safety reasons, go to modify the relevant configuration in my.php!
-
Post Views: 9 According to the URL analysis: \module\misc\view\checkupdate.html.php Original code: <?php if($note):?> <?php echo $note;?> Modified to: <?php if($note):?> <?php echo htmlspecialchars($note);?>