Fix in setting files
This commit is contained in:
@@ -19,8 +19,8 @@ $GBimagesize=1048576; // maximum image size
|
||||
$GBnotificationmailto=""; // leave empty if you don't want send notification
|
||||
$GBnotificationmailfrom="";
|
||||
$GBtextlenght=7168; // maximum size of entry text
|
||||
$GBcityfield=false; // enable or disable 'City' field
|
||||
$GBlinkfield=false; // enable or disable 'Homepage' field
|
||||
$GBcityfield=true; // enable or disable 'City' field
|
||||
$GBlinkfield=true; // enable or disable 'Homepage' field
|
||||
$GBsubjectfield=true; // enable or disable 'Subject' field
|
||||
$GBcategoryfield=array(
|
||||
0=>"Public", // Array of categories, if you want to disable
|
||||
|
||||
Reference in New Issue
Block a user