Ignore:
Timestamp:
Dec 13, 2006, 2:38:47 AM (17 years ago)
Author:
rvelices
Message:

bug 550: check that remote site url is not empty

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/site_manager.php

    r1458 r1654  
    8383// |                        new site creation form                         |
    8484// +-----------------------------------------------------------------------+
    85 if (isset($_POST['submit']))
     85if (isset($_POST['submit']) and !empty($_POST['galleries_url'])
     86    and !is_adviser() )
    8687{
    8788  $is_remote = url_is_remote( $_POST['galleries_url'] );
Note: See TracChangeset for help on using the changeset viewer.