Guest User

Untitled

a guest
Dec 22nd, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Config::$var или Config::$array[1]
  2.  
  3. json_decode($json)->{"property"}
  4.  
  5. RewriteRule config.php - [F]
  6.  
  7. ;<?php /*
  8. ;Реквизиты для коннекта к LDAP
  9. ldap_auth.user = userName
  10. ldap_auth.pass = password
  11.  
  12. <?php
  13. define('DB_NAME', 'mydb');
  14. define('DB_USER', 'user');
  15. ...........
  16.  
  17. ..
  18. |--include
  19. |--public
  20. |--index.php
Add Comment
Please, Sign In to add comment