Guest User

Untitled

a guest
Oct 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2. $globals['site_name'] = 'Prueba';
  3. $globals['db_server'] = '127.0.0.1';
  4. $globals['db_name'] = 'meneame';
  5. $globals['db_user'] = 'meneame';
  6. $globals['db_password'] = 'meneame';
  7. $globals['static_server'] = '';
  8. $globals['recaptcha_public_key'] = '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI';
  9. $globals['recaptcha_private_key'] = '6LeIxAcTAAAAAGG-vFI1TnRWxMZNFuojJ4WifJWe';
  10. ?>
Add Comment
Please, Sign In to add comment