Remove post()
This commit is contained in:
parent
47d03058d1
commit
5879584e15
|
@ -33,13 +33,6 @@ class Directory extends BaseModule
|
|||
}
|
||||
}
|
||||
|
||||
public static function post()
|
||||
{
|
||||
if (!empty($_POST['search'])) {
|
||||
self::getApp()->data['search'] = $_POST['search'];
|
||||
}
|
||||
}
|
||||
|
||||
public static function content()
|
||||
{
|
||||
$app = self::getApp();
|
||||
|
|
Loading…
Reference in a new issue