update.txt 738 B

1234567891011121314151617181920
  1. If you update from a previous version make sure every update step is done
  2. since your current used version.
  3. Update process is as follows:
  4. - copy lib, view and index.php into your webserver installation location
  5. - update your config.php
  6. - make sure of any special update steps listed below.
  7. ## 0.4-beta Beryllium
  8. Update your config.php to reflect the following updates.
  9. selfpaste does now support the usage of multiple secrets.
  10. The usage is written into create.log
  11. define('SELFPASTE_UPLOAD_SECRET',
  12. array(
  13. 'PLEASE CHANGE YOUR SECRET' => 'Your description for this secret 1',
  14. 'PLEASE_2' => 'Your description for this secret'
  15. )
  16. );
  17. # creation of a paste and which secret was used into logs/create.log file
  18. define('LOG_CREATION',true);