diff --git a/proxy/index.php b/proxy/index.php index babffbd..8df0f31 100644 --- a/proxy/index.php +++ b/proxy/index.php @@ -10,5 +10,53 @@ require_once "config.php"; require_once "proxy.php"; -// TODO: make nice -print_r("SYSTOPIA CiviCRM Proxy Version $civiproxy_version"); \ No newline at end of file +$source = ' + + + + + CiviProxy Version ' . $civiproxy_version . ' + + + + +
+
+ SYSTOPIA Organisationsberatung +

CiviProxy Version ' . $civiproxy_version . '

+
+
+ + +'; + +echo($source); diff --git a/proxy/static/images/systopia_logo.png b/proxy/static/images/systopia_logo.png new file mode 100644 index 0000000..6df67d5 Binary files /dev/null and b/proxy/static/images/systopia_logo.png differ