Ignore:
Timestamp:
Dec 14, 2010, 2:47:24 PM (13 years ago)
Author:
patdenice
Message:

feature 2060: Remove adviser mode.
First commit: only php files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/maintenance.php

    r6993 r8126  
    3838// +-----------------------------------------------------------------------+
    3939
    40 $action = (isset($_GET['action']) and !is_adviser()) ? $_GET['action'] : '';
     40$action = isset($_GET['action']) ? $_GET['action'] : '';
    4141
    4242switch ($action)
Note: See TracChangeset for help on using the changeset viewer.