Skip to content

Instantly share code, notes, and snippets.

Created May 7, 2014
Embed
What would you like to do?
<?php
function webauth_provision_apache_vhost_config($uri, $data) {
return "Include /etc/httpd/conf.d/webauth";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment