Skip to content

Commit

Permalink
[NF] IX-F Export - tag IXP Manager as the generator
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jun 19, 2020
1 parent 60daca7 commit 4185fe6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/Utils/Export/JsonSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ public function get( $version = null, $asArray = false, $detailed = true, $tags
$version = $this->sanitiseVersion($version);
}

$output = [ 'version' => $version ];
$output = [
'version' => $version,
'generator' => 'IXP Manager v' . APPLICATION_VERSION,
];

// normalise times to UTC for exports
date_default_timezone_set('UTC');
Expand Down

0 comments on commit 4185fe6

Please sign in to comment.