mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 22:45:14 -04:00
Filter accepts RegExp and primitive search sequences.
This commit is contained in:
parent
749a87eaf7
commit
84f543aca5
5 changed files with 42 additions and 22 deletions
|
@ -14,11 +14,6 @@ function require_h5ai($lib) {
|
|||
}
|
||||
|
||||
|
||||
require_h5ai("/php/inc/H5ai.php");
|
||||
$h5ai = new H5ai();
|
||||
$options = $h5ai->getOptions();
|
||||
|
||||
|
||||
function fail($code, $msg, $cond = true) {
|
||||
if ($cond) {
|
||||
echo "$code: $msg";
|
||||
|
@ -36,6 +31,11 @@ function checkKeys($keys) {
|
|||
}
|
||||
|
||||
|
||||
require_h5ai("/php/inc/H5ai.php");
|
||||
$h5ai = new H5ai();
|
||||
$options = $h5ai->getOptions();
|
||||
|
||||
|
||||
list($action) = checkKeys(array("action"));
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue