The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
ACP Infomation
On the index page of the ACP you have the top block that displays various bits of information. I would like to have a few added fields as well as a few areas more verbose.
To start where it says "Web Server" I would like to have it also report the version. The code for this section is Code:
else if (strtoupper($_SERVER['SERVER_SOFTWARE']) == 'APACHE') { $webserver = 'Apache'; if (SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi') { $addsapi = true; } } Code:
apache_get_version(); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|