Advertisement
Guest User

Untitled

a guest
Sep 20th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <?php
  2. // Available options: TFS_02, TFS_03
  3. // TFS 0.2 = TFS_02
  4. // TFS 0.3 = TFS_03 (If ur using 0.3.6, set $config['salt'] to false)!
  5. // TFS 0.4 = TFS_03
  6. // TFS 1.0 = TFS_10 (Under developement)
  7. $config['TFSVersion'] = 'TFS_03';
  8. // As far as I know, OTX is based on TFS_03, so make sure TFS version is configured TFS_03
  9. $config['CustomVersion'] = false;
  10.  
  11. $config['site_title'] = 'Znote AAC';
  12. $config['site_title_context'] = 'Because open communities are good communities. :3';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement