Skip to content

Instantly share code, notes, and snippets.

@nikmartin
Created October 4, 2012 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikmartin/3835175 to your computer and use it in GitHub Desktop.
Save nikmartin/3835175 to your computer and use it in GitHub Desktop.
fusion provision
<?php
$fh = fopen("/var/www/fusionpbx/aastra/nik.foo","w") or die("Unable to write. Make sure the path exists and permissons are set correctly.");
fwrite($fh, "shit on my driveway again, butthole");
fclose($fh);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment