getFavicon/config.php

7 lines
302 B
PHP
Raw Normal View History

2024-12-18 08:55:22 +00:00
<?php
define( 'CACHE_DIR', 'cache' ); //缓存目录
define( 'HASH_KEY', 'iowen' ); //加密密钥, 请修改并勿泄露
define( 'DEFAULT_ICO', 'favicon.png' ); //默认图标路径
define( 'EXPIRE', 2592000 ); //缓存有效期30天, 单位为:秒为0时不缓存