I found another even better solution:
Instead of
foreach ($_GET as $k => $v) {
$base_link .= "$k=$v&";
}
you can just write
$base_link .= http_build_query( $_GET );
Hi tobi
yes the options are visible in the backend after a page reload. As far as i can see the values are stored correctly in the table “site_meta”.
Further i found the same problem with the value of “is sso enabled”
Hello,
do you now have an exact release date?