Filter accepts RegExp and primitive search sequences.

This commit is contained in:
Lars Jung 2012-02-21 01:59:19 +01:00
parent 749a87eaf7
commit 84f543aca5
5 changed files with 42 additions and 22 deletions

View file

@ -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"));