Skip to content

Instantly share code, notes, and snippets.

@vtedesco
vtedesco / .bash_profile
Created August 31, 2014 17:05
hssh (History for SSH - help you to quickly find your previous SSH hosts)
alias hssh="history | grep ' ssh'"
<?php
// Fetch vars
$event = array(
'id' => $_GET['id'],
'title' => $_GET['title'],
'address' => $_GET['address'],
'description' => $_GET['description'],
'datestart' => $_GET['datestart'],
'dateend' => $_GET['dateend'],
'address' => $_GET['stage']