Blame view

social/config/fbconfig.php 109 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
  <?php
  
  
  
  define('APP_ID', '389674101114043');
  define('APP_SECRET', '597f1652e4bdd1dd188dd1a16db6bea6');
  
  
  ?>