bug 550: check that remote site url is not empty
git-svn-id: http://piwigo.org/svn/trunk@1654 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0ad7985abc
commit
51e56e9c1f
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ $template->set_filenames(array('site_manager'=>'admin/site_manager.tpl'));
|
|||
// +-----------------------------------------------------------------------+
|
||||
// | new site creation form |
|
||||
// +-----------------------------------------------------------------------+
|
||||
if (isset($_POST['submit']))
|
||||
if (isset($_POST['submit']) and !empty($_POST['galleries_url'])
|
||||
and !is_adviser() )
|
||||
{
|
||||
$is_remote = url_is_remote( $_POST['galleries_url'] );
|
||||
$url = preg_replace('/[\/]*$/', '', $_POST['galleries_url']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue