The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
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:
|