This file contains hidden or 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
#!/usr/bin/php | |
<?php | |
/** | |
* Script for creating a new Apache2 VHost and MySQL User + Database. | |
* | |
* @author Julius Beckmann (github@h4cc.de) | |
*/ | |
if(6 != count($argv)) { | |
echo "--- New Vhost --- |