Advertisement
Guest User

Untitled

a guest
Jul 12th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <?php
  2. $g_hostname = 'localhost';
  3. $g_db_type = 'mysqli';
  4. $g_database_name = 'mantisdb';
  5. $g_db_username = 'mantis';
  6. $g_db_password = 'Azerty12/';
  7.  
  8. $g_default_timezone = 'Europe/Paris';
  9.  
  10. $g_crypto_master_salt = 'rXaSQ5PL3AfKjc/YOdhL7IETwRhwYtqrVcJ4wqjca60=';
  11.  
  12. $g_phpMailer_method = 2 ;
  13. $g_smtp_host = 'smtp.gmail.com';
  14. $g_smtp_port = '465' ;
  15. $g_smtp_username = 'toucheatproject@gmail.com'
  16. $g_smtp_password = 'Azerty123/'
  17. $g_administrator_email = 'rewan.mahloub@edu.itescia.fr'
  18. $g_webmaster_email = 'rewan.mahloub@edu.itescia.fr'
  19. $g_from_email = 'rewan.mahloub@edu.itescia.fr'
  20. $g_return_path_email = 'rewan.mahloub@edu.itescia.fr'
  21.  
  22. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement