diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-28 19:55:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-28 19:55:03 +0000 |
commit | 1b90ca176434d9e57b8be750216eb637b4685b47 (patch) | |
tree | 2ad024e45e0bf98f7d0f545e06081b8ba5df82d2 /admin/configuration.php | |
parent | f0d6ec33ce231f77077ba6535ca8312286f9a40b (diff) |
- merged the linkroot integration with the existing gallery_url (unique $conf['gallery_url'] used for RSS, mail homepage root in the browse path)
- added an option $conf['debug_mail'] - if set all outgoing mails are saved into local_data_dir
git-svn-id: http://piwigo.org/svn/branches/2.1@6410 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/configuration.php')
-rw-r--r-- | admin/configuration.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/configuration.php b/admin/configuration.php index 83a44004e..0f088cc3e 100644 --- a/admin/configuration.php +++ b/admin/configuration.php @@ -114,10 +114,6 @@ if (isset($_POST['submit']) and !is_adviser()) { case 'main' : { - if ( !url_is_remote($_POST['gallery_url']) ) - { - array_push($page['errors'], l10n('The gallery URL is not valid.')); - } foreach( $main_checkboxes as $checkbox) { $_POST[$checkbox] = empty($_POST[$checkbox])?'false':'true'; |