Added User email viewing
Improved Table::
This commit is contained in:
@@ -17,10 +17,10 @@ class Controller_lnApp_Tree extends Controller_Default {
|
||||
protected static $jsmediaroute = 'default/media';
|
||||
|
||||
public function after() {
|
||||
parent::after();
|
||||
|
||||
$this->response->headers('Content-Type','application/json');
|
||||
$this->response->body(sprintf('[%s]',json_encode($this->output)));
|
||||
|
||||
parent::after();
|
||||
}
|
||||
|
||||
public static function js() {
|
||||
|
Reference in New Issue
Block a user