diff --git a/frontend/rewrite.php b/frontend/rewrite.php index 96ee3df..40cb3ac 100644 --- a/frontend/rewrite.php +++ b/frontend/rewrite.php @@ -30,12 +30,5 @@ catch (RouterException $e) echo($sPageContents); /* -$data = array(); -foreach(Topic::CreateFromQuery("SELECT * FROM topics WHERE `ParentId` = 0") as $topic) -{ - $data[] = $topic->AsDataset(); -} - -echo(json_encode($data)); * */