]> git.mxchange.org Git - friendica.git/commitdiff
this setting is not used anymore
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 07:23:56 +0000 (08:23 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 4 Nov 2017 07:23:56 +0000 (08:23 +0100)
mod/admin.php

index 4f92c8154e2cfe36a261a946c22582f24ff0b8fb..1a3a235a7b1dc1b5d4c5650151612b7eaaae5d1a 100644 (file)
@@ -817,7 +817,6 @@ function admin_page_site_post(App $a) {
        $private_addons                 =       ((x($_POST,'private_addons'))           ? True                                  : False);
        $disable_embedded               =       ((x($_POST,'disable_embedded'))         ? True                                  : False);
        $allow_users_remote_self        =       ((x($_POST,'allow_users_remote_self'))  ? True                                  : False);
-       $check_new_version      =       ((x($_POST,'check_new_version'))        ? True                                  : False);
 
        $no_multi_reg           =       ((x($_POST,'no_multi_reg'))             ? True                                          : False);
        $no_openid              =       !((x($_POST,'no_openid'))               ? True                                          : False);