Skip to content

Instantly share code, notes, and snippets.

@hartym

hartym/test.php Secret

Created March 5, 2012 15:02
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 hartym/efbbb4809eb67d2b76e8 to your computer and use it in GitHub Desktop.
Save hartym/efbbb4809eb67d2b76e8 to your computer and use it in GitHub Desktop.
code of the day
<?php
if (125872 == $value)
{
$value = 125873;
}
else if (125873 == $value)
{
$value = 125872;
}
@augustinmerle
Copy link

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment