Fix guestaccess selection in setup
This commit is contained in:
@ -6,7 +6,7 @@ Move some more settings to the database
|
|||||||
Add CSS to limit list of chatters hight
|
Add CSS to limit list of chatters hight
|
||||||
Attempt to create database when there is no connection
|
Attempt to create database when there is no connection
|
||||||
Add fallback option for moderator approval
|
Add fallback option for moderator approval
|
||||||
|
Fix guestaccess selection in setup
|
||||||
|
|
||||||
Version 1.15.3 - Mar. 6, 2016
|
Version 1.15.3 - Mar. 6, 2016
|
||||||
Allow using html tags in linkfilter without breaking dereferrer or image embed
|
Allow using html tags in linkfilter without breaking dereferrer or image embed
|
||||||
|
3
chat.php
3
chat.php
@ -486,8 +486,9 @@ function send_setup(){
|
|||||||
echo ">$I[guestwait]</option>";
|
echo ">$I[guestwait]</option>";
|
||||||
echo '<option value="3"';
|
echo '<option value="3"';
|
||||||
if($ga===3){
|
if($ga===3){
|
||||||
echo ' selected'; echo ">$I[adminallow]</option>";
|
echo ' selected';
|
||||||
}
|
}
|
||||||
|
echo ">$I[adminallow]</option>";
|
||||||
echo '<option value="0"';
|
echo '<option value="0"';
|
||||||
if($ga===0){
|
if($ga===0){
|
||||||
echo ' selected';
|
echo ' selected';
|
||||||
|
Reference in New Issue
Block a user