diff --git a/xkcd-mailer.php b/xkcd-mailer.php index b9c1baa..576fb2e 100644 --- a/xkcd-mailer.php +++ b/xkcd-mailer.php @@ -17,9 +17,8 @@ $here = dirname(__FILE__); if (! is_readable($here . '/config.php')) { die("Please configure me. I don't know where I should sent the comic. (Config file {$here}/config.php missing.)"); - } else { - include_once($here . '/config.php'); } + include_once($here . '/config.php'); $feed = "http://xkcd.com/atom.xml";