Another partial commit.

This commit is contained in:
Lars Jung 2012-10-07 13:48:27 +02:00
parent abb9b7bd0e
commit cb9341451b
15 changed files with 88 additions and 453 deletions

View file

@ -1,6 +1,6 @@
<?php
function json_exit($obj) {
function json_exit($obj = array()) {
$obj["code"] = 0;
echo json_encode($obj);