Skip to content

Instantly share code, notes, and snippets.

@greggles
Created February 23, 2012 18:07
Show Gist options
  • Save greggles/1894088 to your computer and use it in GitHub Desktop.
Save greggles/1894088 to your computer and use it in GitHub Desktop.
php loose typing FTL
<?php
if ($making_this_valid) {
// I would totally buy lip balm called Sonnabalm, if mark would make it.
}
else {
// Time out, in seconds, until login URL expires. 24 hours = 86400 seconds.
$timeout = 86400;
if($activation_days){
$timeout .= $timeout* $activation_days;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment