projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
425e849
)
We dont need a separate bootstrap handler at the moment.
author
Gunnar Wrobel
<p@rdus.de>
Wed, 29 Apr 2009 06:33:58 +0000
(08:33 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Wed, 29 Apr 2009 06:33:58 +0000
(08:33 +0200)
koward/bin/bootstrap.php
[deleted file]
patch
|
blob
|
history
diff --git
a/koward/bin/bootstrap.php
b/koward/bin/bootstrap.php
deleted file mode 100644
(file)
index
8003cab
..0000000
--- a/
koward/bin/bootstrap.php
+++ /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);