Changeset 8126 for trunk/admin/site_manager.php
- Timestamp:
- Dec 14, 2010, 2:47:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/site_manager.php
r8083 r8126 84 84 // | new site creation form | 85 85 // +-----------------------------------------------------------------------+ 86 if (isset($_POST['submit']) and !empty($_POST['galleries_url']) 87 and !is_adviser() ) 86 if (isset($_POST['submit']) and !empty($_POST['galleries_url'])) 88 87 { 89 88 $is_remote = url_is_remote( $_POST['galleries_url'] ); … … 168 167 $page['site'] = $_GET['site']; 169 168 } 170 if (isset($_GET['action']) and isset($page['site']) and !is_adviser())169 if (isset($_GET['action']) and isset($page['site'])) 171 170 { 172 171 $query = '
Note: See TracChangeset
for help on using the changeset viewer.