repo.or.cz
/
kohana-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '3.1/release/3.1.4' into 3.1/master
[kohana-core.git]
/
classes
/
cli.php
blob
d6e8130e1a0667d93b689ff43dcdfac8231d6b2f
1
<
?php
defined
(
'SYSPATH'
)
or die
(
'No direct script access.'
);
2
3
class
CLI
extends
Kohana_CLI
{}