map info module improvements, new system graph module, map info module refactoring, new CCP API Cronjob (jumps, kills,...)

This commit is contained in:
exodus4d
2015-03-15 20:55:56 +01:00
parent 417961cd1e
commit 5136038bc9
51 changed files with 3158 additions and 1031 deletions

View File

@@ -25,7 +25,6 @@ class MapController extends Controller {
* @param $f3
*/
public function showError($f3){
print_r($f3->get('ERROR'));
// set HTTP status
if(!empty($f3->get('ERROR.code'))){
@@ -44,7 +43,7 @@ class MapController extends Controller {
echo json_encode($errorData);
}else{
echo 'TODO: static errors';
echo $f3->get('ERROR.text');
}
die();