diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-09 14:31:54 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-09 14:31:54 -0800 |
commit | c93db2cd218d5a1e8ff6e5b243b99e7fcbae36ea (patch) | |
tree | 7f2f309ffdb50c4e31b3e3acaa4c43183b186e68 /boot.php | |
parent | 15d422db80234d220f0ead0b5554f82f50e571e7 (diff) | |
download | volse-hubzilla-c93db2cd218d5a1e8ff6e5b243b99e7fcbae36ea.tar.gz volse-hubzilla-c93db2cd218d5a1e8ff6e5b243b99e7fcbae36ea.tar.bz2 volse-hubzilla-c93db2cd218d5a1e8ff6e5b243b99e7fcbae36ea.zip |
more cleanup
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -635,11 +635,11 @@ function sys_boot() { if(! defined('DEFAULT_PLATFORM_ICON')) { - define( 'DEFAULT_PLATFORM_ICON', '/images/hz-32.png' ); + define( 'DEFAULT_PLATFORM_ICON', '/images/rm-32.png' ); } if(! defined('DEFAULT_NOTIFY_ICON')) { - define( 'DEFAULT_NOTIFY_ICON', '/images/hz-white-32.png' ); + define( 'DEFAULT_NOTIFY_ICON', '/images/rm-32.png' ); } if(! defined('CRYPTO_ALGORITHM')) { |