Skip to content

Instantly share code, notes, and snippets.

View craftyoyo's full-sized avatar
🐼

pandarch craftyoyo

🐼
View GitHub Profile
@craftyoyo
craftyoyo / new_vhost
Created April 10, 2020 09:32 — forked from h4cc/new_vhost
Script for creating a new Apache2 VHost and MySQL User + Database.
#!/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 ---