excuse-scripts/php/test.php

6 lines
101 B
PHP

<?php
require 'vendor/autoload.php';
require 'smack_my_bitch_up.php';
new smack_my_bitch_up();
?>