Added striptags setting
This commit is contained in:
@@ -13,7 +13,7 @@ $GBpassword="password";
|
||||
$GBpagination=10; // pagination for entries, 0 - disabled
|
||||
$GBreadmore=255; // number of symbols for 'Read More' feature, 0 - shows full entries
|
||||
$GBsearch=true; // enable or disable search bar
|
||||
$GBcaptcha=true; // enable or disable captcha
|
||||
$GBcaptcha=false; // enable or disable captcha
|
||||
$GBupload=true; // enable or disable upload image feature
|
||||
$GBimagesize=1048576; // maximum image size
|
||||
$GBnotificationmailto=""; // leave empty if you don't want send notification
|
||||
@@ -29,6 +29,7 @@ $GBcategoryfield=array(
|
||||
3=>"Suppot",
|
||||
4=>"Order",
|
||||
5=>"Other");
|
||||
$GBstriptags=true; // enable or disable strip tags function during adding new entry
|
||||
$Titles[HeadTitle]="Guestbook";
|
||||
$Titles[Page]="Guestbook";
|
||||
$Titles[Name]="Your name";
|
||||
|
||||
Reference in New Issue
Block a user