Skip to content

Instantly share code, notes, and snippets.

@l4ci
Created January 9, 2018 10:18
Show Gist options
  • Save l4ci/a82a122a0a324dd6af439ea92020e757 to your computer and use it in GitHub Desktop.
Save l4ci/a82a122a0a324dd6af439ea92020e757 to your computer and use it in GitHub Desktop.
<?php
$date = strtotime("15.11.2017 05:00");
$now = time();
if ($date > $now) {
die("Silence is golden!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment