From: Gunnar Wrobel Date: Wed, 29 Apr 2009 06:33:58 +0000 (+0200) Subject: We dont need a separate bootstrap handler at the moment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=27accf326904fecde9e01d74ffc93f6b9d52c63d;p=horde.git We dont need a separate bootstrap handler at the moment. --- diff --git a/koward/bin/bootstrap.php b/koward/bin/bootstrap.php deleted file mode 100644 index 8003cabb8..000000000 --- a/koward/bin/bootstrap.php +++ /dev/null @@ -1,15 +0,0 @@ - 'int')), -); -$parser = new Horde_Argv_Parser(array('optionList' => $options)); -list($opts, $tags) = $parser->parseArgs(); - -if (!$opts->not_defined) { - throw new InvalidArgumentException(''); -} - -exit(0);