From 2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Apr 2016 20:38:38 -0700 Subject: module updates --- mod/msearch.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 mod/msearch.php (limited to 'mod/msearch.php') diff --git a/mod/msearch.php b/mod/msearch.php deleted file mode 100644 index f94b75910..000000000 --- a/mod/msearch.php +++ /dev/null @@ -1,42 +0,0 @@ - $rr['name'], - 'url' => z_root() . '/channel/' . $rr['nickname'], - 'photo' => z_root() . '/photo/avatar/' . $rr['uid'], - 'tags' => str_replace(array(',',' '),array(' ',' '),$rr['keywords']) - ); - } - - $output = array('total' => $total, 'items_page' => $perpage, 'page' => $page + 1, 'results' => $results); - - echo json_encode($output); - - killme(); - -} \ No newline at end of file -- cgit v1.2.3