Zen Cart Logo
Forums / Basic Configuration / remove "version"

remove "version"

Locked

Views: 1,326

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Jul 2006, 01:17
#1
deado avatar

deado

New Zenner

Join Date:
Dec 2005
Posts:
36
Plugin Contributions:
0

remove "version"

hello everyone,

In admin area, Main Page, there is Up right side some links.
one of the links is "version"
which display the database version and some server information.

How do i Remove that link, or just disable it from working

Thank you
Marwan

11 Jul 2006, 06:04
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: remove "version"

Do you mind sharing "why" ?

11 Jul 2006, 06:11
#3
deado avatar

deado

New Zenner

Join Date:
Dec 2005
Posts:
36
Plugin Contributions:
0

Re: remove "version"

DrByte:

Do you mind sharing "why" ?

its giving some server details, which i dunt want some users to see,
specially that 3 users is accessing the admin menu,

in the same time i donot wish to install the "admin profile" addon.

After sharing the why :)

Do you mind to write in which file is the "version" code is being called?

11 Jul 2006, 06:22
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: remove "version"

admin/includes/languages/english.php
define('HEADER_TITLE_VERSION','Version');

Change 'Version' to ''

11 Jul 2006, 06:35
#5
deado avatar

deado

New Zenner

Join Date:
Dec 2005
Posts:
36
Plugin Contributions:
0

Re: remove "version"

DrByte:

admin/includes/languages/english.php
define('HEADER_TITLE_VERSION','Version');

Change 'Version' to ''

Thank you DrByte,
it works great.