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
Remove redundant version_compare()
[kohana-core.git]
/
classes
/
Valid.php
blob
3d59fff55c8721d5ba74ed438e32af98827e6f11
1
<
?php
defined
(
'SYSPATH'
)
OR die
(
'No direct script access.'
);
2
3
class
Valid
extends
Kohana_Valid
{}