CMS for the late garbage.fm
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

enable exception emails and file caching

+6 -2
+6 -2
config/boot.php
··· 48 48 /* only log halfmoon processing times with urls */ 49 49 HalfMoon\Config::set_log_level("full"); 50 50 51 + /* perform file caching for controllers that request it, and store files in 52 + * this directory (must be writable by web server user running halfmoon */ 53 + HalfMoon\Config::set_cache_store_path(HALFMOON_ROOT . "/public/cache"); 54 + 51 55 /* uncomment to send emails of error backtraces and debugging info */ 52 - # HalfMoon\Config::set_exception_notification_recipient("you@example.com"); 53 - # HalfMoon\Config::set_exception_notification_subject("[garbagefm]"); 56 + HalfMoon\Config::set_exception_notification_recipient("jcs@jcs.org"); 57 + HalfMoon\Config::set_exception_notification_subject("[garbagefm]"); 54 58 } 55 59 56 60 define(ADMIN_ROOT, "/adm1n/");