Skip to content

Instantly share code, notes, and snippets.

@yellowled
Created December 15, 2015 10:11
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 yellowled/d8f65107d779f2298f3c to your computer and use it in GitHub Desktop.
Save yellowled/d8f65107d779f2298f3c to your computer and use it in GitHub Desktop.
Check/switch version in s9y backend files
// do not use in 2.0 versions
if ($serendipity['version'][0] == '1') {
// do something old version
} else {
// new
}
if ($serendipity['version'][0] == '2') { // new }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment