Contributions

Other (Category Index)
Search: 

admin server_info fix

I created this because I just wanted a clean server info page and I thought maybe someone else might also.

Created on tep snapshot 3/31/03.

To install just copy the included files server_info.php and php_info.php to your /admin/ directory

Open admin/includes/application_top.php

Under the section labeled:

// define the filenames used in the project

Add the following line:

define('FILENAME_PHP_INFO','php_info.php');


Open admin/includes/languages/english/server_info.php

Add the following line:

define('TITLE_PHP_INFORMATION', 'PHP Information');

Expand All / Collapse All

Clean osCommerce Server Info - Admin Lee Nielsen 4 Jul 2003

This are 2 replacement files:

/admin/server_info.php
/admin/includes/header.php

For MS1 and maybe MS2, I found my server info page was all over the place in a real mess, this one lines up you column left and header icons nice and neat.

admin server_info fix Sean Cunningham 1 Apr 2003

Note: Contributions are used at own risk.