User Tools

Site Tools


playground:playground

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
playground:playground [2014/02/07 10:25]
datiswous [Advanced Configuration: gsconfig.php]
playground:playground [2014/02/07 10:26]
datiswous [Advanced Configuration: gsconfig.php]
Line 85: Line 85:
 #​define('​GSEDITORLANG',​ '​en'​);</​code>​ #​define('​GSEDITORLANG',​ '​en'​);</​code>​
  
-===GSEDITOROPTIONS===+====GSEDITOROPTIONS====
 allows you to set additional WYSIWYG Editor Options allows you to set additional WYSIWYG Editor Options
 <​code>#​ WYSIWYG Editor Options <​code>#​ WYSIWYG Editor Options
 #​define('​GSEDITOROPTIONS',​ ''​);</​code>​ #​define('​GSEDITOROPTIONS',​ ''​);</​code>​
  
-===GSUSECUSTOMSALT===+====GSUSECUSTOMSALT====
 turns off auto-generation of SALT and use a custom value. Used for cookies & upload security. turns off auto-generation of SALT and use a custom value. Used for cookies & upload security.
 <​code>#​ Turn off auto-generation of SALT and use a custom value. Used for cookies & upload security. <​code>#​ Turn off auto-generation of SALT and use a custom value. Used for cookies & upload security.
 #​define('​GSUSECUSTOMSALT',​ '​your_new_salt_value_here'​);</​code>​ #​define('​GSUSECUSTOMSALT',​ '​your_new_salt_value_here'​);</​code>​
  
-===GSFROMEMAIL===+====GSFROMEMAIL====
 allows you to specify the from email address on any outgoing emails that get generated by your GS install allows you to specify the from email address on any outgoing emails that get generated by your GS install
 <​code>#​ Set email from address <​code>#​ Set email from address
 #​define('​GSFROMEMAIL',​ '​noreply@get-simple.info'​);</​code>​ #​define('​GSFROMEMAIL',​ '​noreply@get-simple.info'​);</​code>​
  
-===setlocale===+====setlocale====
 is a PHP function that you can specify here. This should allow you to set your server'​s locale ​   is a PHP function that you can specify here. This should allow you to set your server'​s locale ​  
 <​code>#​ Set PHP locale <​code>#​ Set PHP locale
playground/playground.txt ยท Last modified: 2014/05/09 09:24 (external edit)