Skip to content

Instantly share code, notes, and snippets.

@PiBa-NL
Created November 30, 2014 20:27
Show Gist options
  • Save PiBa-NL/4cc6234e2d00ab9bc89b to your computer and use it in GitHub Desktop.
Save PiBa-NL/4cc6234e2d00ab9bc89b to your computer and use it in GitHub Desktop.
haproxy-conversioncall
<?php
global $static_output;
$static_output = "";
print "Updating\n";
include_once('config.inc');
include_once('haproxy.inc');
haproxy_custom_php_install_command();
print "Updating Done\n";
print $static_output;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment