Debug Output
This commit is contained in:
parent
21616f4dfb
commit
0767d38311
1 changed files with 2 additions and 1 deletions
|
@ -46,6 +46,7 @@ if (isset($_GET['f'])) {
|
||||||
if ($_GET['f'] != '') {
|
if ($_GET['f'] != '') {
|
||||||
$t = array('(' => '\(', ')' => '\)');
|
$t = array('(' => '\(', ')' => '\)');
|
||||||
$f = strtr($_GET['f'], $t);
|
$f = strtr($_GET['f'], $t);
|
||||||
|
error_log('----------'.$f.'----------');
|
||||||
$files = array_values(preg_grep('/.*'.$f.'.*/i', $files));
|
$files = array_values(preg_grep('/.*'.$f.'.*/i', $files));
|
||||||
$filter='&f='.$_GET['f'];
|
$filter='&f='.$_GET['f'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue