Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
How can make theme version Android Question & Answer ?
Gidgreen you are going to change the user interface 1,4 version!
Which is the latest non-stanble version: The buggy version or the developer preview version ?
When can we download the final Version 1.5?
Can i update directly to 1.5 FINAL version from 1.4.3?
only update to release version?
Admin version check
Version to download
Q2A 1.3: What and When?
Image upload showing broken images on copy of my site upgraded to 1.4 beta 2
All categories
Q2A Core
(3,241)
Plugins
(350)
How can you find out what version a site is using?
0
votes
I've noticed the Q&A source does not include a VERSION.txt or something similar. In fact searching the code and the installed site I can't find a single instance of a version number.
Am I missing something? How can I find out the version of an install?
Q2A version:
That's the question. I don't know
version
asked
Jan 24
in
Q2A Core
by
ralphlaw
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
Look at the top of
qa-include/qa-base.php
, where it defines
QA_VERSION
.
answered
Jan 25
by
gidgreen
selected
Jan 26
by
ralphlaw
Show 6 previous comments
The only problem I see with that, is if there is a security issue with a version, someone could easily find all sites that are of that version and exploit them.
I see the risk, but in any event the version number can also be detected from the CSS and Javascript references. And for the same price as retrieving VERSION.txt, the hacker could just perform whatever request exposes the vulnerability, and see if it works. Luckily, none found so far... :)
Please
log in
or
register
to add a comment.