diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1,10 +1,6 @@ <?php -require_once __DIR__ . '/lib/rssbridge.php'; - -Configuration::verifyInstallation(); -Configuration::loadConfiguration(); -Authentication::showPromptIfNeeded(); +require_once __DIR__ . '/lib/rssbridge.php'; /* Move the CLI arguments to the $_GET array, in order to be able to use |