Tag: ZenTao 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: 15 1. View the task list page of Zen Tao, and its sorting is based on the descending order of ID, as shown in Figure 1 2. After clicking on the consumption field, the triangle is displayed as dark, indicating that the current sorting is based on the consumption ascending order, and if its value is the same,…
-
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);?>