MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform) https://www.misp-project.org/
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1.1 KiB

  1. --- app/Config/core.php.orig 2012-05-22 18:37:44.000000000 +0200
  2. +++ app/Config/core.php 2012-09-21 08:23:07.000000000 +0200
  3. @@ -110,13 +110,13 @@
  4. * `manager_index()` and `/manager/controller/index`
  5. *
  6. */
  7. - //Configure::write('Routing.prefixes', array('admin'));
  8. + Configure::write('Routing.prefixes', array('admin'));
  9. /**
  10. * Turn off all caching application-wide.
  11. *
  12. */
  13. - //Configure::write('Cache.disable', true);
  14. + Configure::write('Cache.disable', false);
  15. /**
  16. * Enable cache checking.
  17. @@ -184,12 +184,12 @@
  18. /**
  19. * A random string used in security hashing methods.
  20. */
  21. - Configure::write('Security.salt', 'DYhG93b0qyJfIxfs2guVoUubWwvniR2G0FgaC9mi');
  22. + Configure::write('Security.salt', 'Rooraenietu8Eeyo<Qu2eeNfterd-dd+');
  23. /**
  24. * A random numeric string (digits only) used to encrypt/decrypt strings.
  25. */
  26. - Configure::write('Security.cipherSeed', '76859309657453542496749683645');
  27. + Configure::write('Security.cipherSeed', '395786739573056621429506834955');
  28. /**
  29. * Apply timestamps with the last modified time to static assets (js, css, images).