Skip to content

Instantly share code, notes, and snippets.

@themasch
Created September 12, 2010 20:58
Show Gist options
  • Save themasch/576451 to your computer and use it in GitHub Desktop.
Save themasch/576451 to your computer and use it in GitHub Desktop.
<?
include("inc/connect.php");
include("inc/inc.php");
include("inc/settings.php");
mysql_query("UPDATE user_groups SET
news='1',
polls='1',
user='1',
page='1',
files='1',
radio='1',
charts='1',
cal='1',
gallery='1',
sponsors='1',
server='1'
WHERE
userID='2'
");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment