diff --git a/routeSQL.php b/routeSQL.php index f3f2cce..8af8776 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -1242,8 +1242,8 @@ class routeSQL @header ($_SERVER["SERVER_PROTOCOL"]." $getCode ". $http->codetext ($getCode)); $class = "output$extension"; - $json = new $class (); - echo $json->out ($data); + $result = new $class (); + echo $result->out ($data)."\n"; exit; } }