@ -396,8 +397,7 @@ function admin_page_site_post(&$a){
set_config('system','lockpath',$lockpath);
set_config('system','temppath',$temppath);
set_config('system','basepath',$basepath);
info(t('Site settings updated.').EOL);
goaway($a->get_baseurl(true).'/admin/site');
return;// NOTREACHED
@ -509,7 +509,8 @@ function admin_page_site(&$a) {
'$thread_allow'=>array('thread_allow',t("Allow threaded items"),get_config('system','thread_allow'),t("Allow infinite level threading for items on this site.")),
'$newuser_private'=>array('newuser_private',t("Private posts by default for new users"),get_config('system','newuser_private'),t("Set default post permissions for all new members to the default privacy group rather than public.")),
'$enotify_no_content'=>array('enotify_no_content',t("Don't include post content in email notifications"),get_config('system','enotify_no_content'),t("Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure.")),
'$private_addons'=>array('private_addons',t("Disallow public access to addons listed in the apps menu."),get_config('config','private_addons'),t("Checking this box will restrict addons listed in the apps menu to members only.")),
'$no_multi_reg'=>array('no_multi_reg',t("Block multiple registrations"),get_config('system','block_extended_register'),t("Disallow users to register additional accounts for use as pages.")),
'$no_openid'=>array('no_openid',t("OpenID support"),!get_config('system','no_openid'),t("OpenID support for registration and logins.")),
'$no_regfullname'=>array('no_regfullname',t("Fullname check"),!get_config('system','no_regfullname'),t("Force users to register with a space between firstname and lastname in Full name, as an antispam measure")),
@ -532,7 +533,6 @@ function admin_page_site(&$a) {
'$lockpath'=>array('lockpath',t("Path for lock file"),get_config('system','lockpath'),"The lock file is used to avoid multiple pollers at one time. Only define a folder here."),
'$temppath'=>array('temppath',t("Temp path"),get_config('system','temppath'),"If you have a restricted system where the webserver can't access the system temp path, enter another path here."),
'$basepath'=>array('basepath',t("Base path to installation"),get_config('system','basepath'),"If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."),