Skip to content

Instantly share code, notes, and snippets.

@wemakeweb
Created March 14, 2012 13:06
Show Gist options
  • Save wemakeweb/2036318 to your computer and use it in GitHub Desktop.
Save wemakeweb/2036318 to your computer and use it in GitHub Desktop.
:).php
if($User == "Buzz" && $_SERVER['PHP_AUTH_PW'] == "Lightyear" ) {
$UserRole = "Student";
}
else if (($_SERVER['PHP_AUTH_PW'] == "**") && ($User == "Utah")) {
$UserRole = "Betreuer";
}
@wemakeweb
Copy link
Author

passwort ist geändert

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