| 1 | <?php |
| 2 | /** |
| 3 | * secret.example.php |
| 4 | * |
| 5 | * Template for secret.php. Copy this file to secret.php and set your |
| 6 | * own long, random value. This example file is safe to share/commit; |
| 7 | * secret.php itself is not (it's listed in .gitignore). |
| 8 | */ |
| 9 | |
| 10 | define('GENERATE_SECRET', 'change-me-to-a-long-random-string'); |
| 11 |