[horde] The icon "toolbar" location

Eric Rostetter eric.rostetter at physics.utexas.edu
Wed Jul 23 11:02:51 PDT 2003


Quoting Sylvester Manx <drachmadog at yahoo.com>:

> Thanks Eric.... I'm not seeing this in registry.php....

Ah, you're right.  This is the one exception to the rule.

So edit horde/menu.php, and change the check that says:

if (Auth::isAdmin()) {

to something like:

if (Auth::isAdmin() && Auth::getAuth != "MyUserName") {


Which would disable it for that username, but not for other admin users.

Or better yet, create a second account for your admin account, and don't
make your regular account an admin.  Or better yet, just leave the link
there. ;)

--
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Why get even? Get odd!



More information about the horde mailing list