#!/bin/bash
#==============================================================================
#  Company:
#      Equinox Payments, LLC
#
#  Product:
#      Default application
#      Copyright 2011-2016 Equinox Payments, LLC
#
#  \brief
#      Returns information about system state
#
#==============================================================================

echo "Content-type: text/plain"
echo ""

report_platform_issue.sh

echo ""
