misc updates

This commit is contained in:
sandeep
2021-11-11 22:04:45 +05:30
parent 7bbb9de484
commit 878a74647c
3 changed files with 4 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ requests:
- "{{BaseURL}}/phpmyadmin/index.php?db=information_schema"
- "{{BaseURL}}/phpMyAdmin/index.php?db=information_schema"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
@@ -21,6 +22,7 @@ requests:
- "var db = 'information_schema';"
- "var opendb_url = 'db_structure.php';"
condition: and
- type: status
status:
- 200