Skip to content

Instantly share code, notes, and snippets.

@davidsword
Created January 26, 2018 03:51
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 davidsword/dc69c27a745733abcb0aa4262eb55d60 to your computer and use it in GitHub Desktop.
Save davidsword/dc69c27a745733abcb0aa4262eb55d60 to your computer and use it in GitHub Desktop.
<?php
header('Location: http://localhost/phpmyadmin/'.(strnatcmp(phpversion(),'5.5.0') >= 0 ? "new" : "old")."/");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment