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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_manager.php

    r8083 r8126  
    8484// |                        new site creation form                         |
    8585// +-----------------------------------------------------------------------+
    86 if (isset($_POST['submit']) and !empty($_POST['galleries_url'])
    87     and !is_adviser() )
     86if (isset($_POST['submit']) and !empty($_POST['galleries_url']))
    8887{
    8988  $is_remote = url_is_remote( $_POST['galleries_url'] );
     
    168167  $page['site'] = $_GET['site'];
    169168}
    170 if (isset($_GET['action']) and isset($page['site']) and !is_adviser())
     169if (isset($_GET['action']) and isset($page['site']))
    171170{
    172171  $query = '
Note: See TracChangeset for help on using the changeset viewer.