...
|
...
|
@@ -93,9 +93,9 @@ class UserExpLogAudit extends Backend |
|
|
$this->error(__('You have no permission'));
|
|
|
}
|
|
|
}
|
|
|
echo 1;
|
|
|
exit();
|
|
|
if ($this->request->isPost()) {
|
|
|
echo 1;
|
|
|
exit();
|
|
|
$params = $this->request->post("row/a");
|
|
|
if ($params) {
|
|
|
$params = $this->preExcludeFields($params);
|
...
|
...
|
|