We dont need a separate bootstrap handler at the moment.
authorGunnar Wrobel <p@rdus.de>
Wed, 29 Apr 2009 06:33:58 +0000 (08:33 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 29 Apr 2009 06:33:58 +0000 (08:33 +0200)
koward/bin/bootstrap.php [deleted file]

diff --git a/koward/bin/bootstrap.php b/koward/bin/bootstrap.php
deleted file mode 100644 (file)
index 8003cab..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-
-define('AUTH_HANDLER', true);
-
-$options = array(
-    new Horde_Argv_Option('-n', '--not-defined', array('type' => 'int')),
-);
-$parser = new Horde_Argv_Parser(array('optionList' => $options));
-list($opts, $tags) = $parser->parseArgs();
-
-if (!$opts->not_defined) {
-    throw new InvalidArgumentException('');
-}
-
-exit(0);