Created
November 30, 2014 20:27
-
-
Save PiBa-NL/4cc6234e2d00ab9bc89b to your computer and use it in GitHub Desktop.
haproxy-conversioncall
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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