Remove post()
This commit is contained in:
parent
47d03058d1
commit
5879584e15
1 changed files with 0 additions and 7 deletions
|
@ -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()
|
public static function content()
|
||||||
{
|
{
|
||||||
$app = self::getApp();
|
$app = self::getApp();
|
||||||
|
|
Loading…
Reference in a new issue