A page in your DokuWiki was added or changed. Here are the details:

Date        : 2011/12/18 23:40
Browser     : Mozilla/5.0 (Ubuntu; X11; Linux i686; rv:8.0) Gecko/20100101 
Firefox/8.0
IP-Address  : 82.225.22.177
Hostname    : lyon.oodo.net
Old Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_general?rev=1324246977
New Revision: 
http://ltb-project.org/wiki/documentation/self-service-password/0.7/config_general
Edit Summary: 
User        : coudot

@@ -15,38 +15,38 @@
    * {{:documentation:self-service-password:es.png|}} Spanish (es)
  
  
  Set one of them in ''$lang'':
- <file>
+ <file php>
  $lang ="en";
  </file>
  
  ===== Help messages =====
  
  Help messages provide information to users on how use the interface. They can 
be disabled with ''$show_help'':
- <file>
+ <file php>
  $show_help = false;
  </file>
  
  ===== Logo =====
  
  You change the default logo with your own. Set the path to your logo in 
''$logo'':
  
- <file>
+ <file php>
  $logo = "style/ltb-logo.png";
  </file>
  
  ===== Debug =====
  
  You can turn on debug mode with ''$debug'':
- <file>
+ <file php>
  $debug = true;
  </file>
  
  
  ===== Security =====
  
  You need a key phrase if you use ciphered tokens (see [[config_tokens]])
- <file>
+ <file php>
  $keyphrase = "secret";
  </file>
  



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/wiki/

_______________________________________________
ltb-changes mailing list
[email protected]
http://lists.ltb-project.org/listinfo/ltb-changes

Reply via email to