Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Version 1.1.1 []
- Afterbuy
- Version detection added for:
- Magento

- Refactored code for detecting cms via source code
Version 1.1.0 [28-08-2018]
- Added new CMS:
- Advanced Electron Forum
Expand Down
2 changes: 2 additions & 0 deletions cmseekdb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def main_proc(site,cua):
detection_method = 'generator'
cms = gen_detection[1]
cms_detected = '1'
else:
cmseek.statement('Skipping stage 2 of 4: No Generator meta tag found')
if cms_detected == '0':
# Check cms using source code
cmseek.statement("Using source code to detect CMS (Stage 3 of 4)")
Expand Down
Loading