summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-06-28 23:00:58 +0300
committerEudyptula <eitan@mosenkis.net>2009-06-28 23:00:58 +0300
commit85bb8cc6e83adfc1e5600a80328c7677d7dc29ad (patch)
tree60d3c270b44c23d12528aef4314a613a00b10688 /setup.php
parentChanged task to have an index based on build instead of unique id, added desc... (diff)
downloadingenue-85bb8cc6e83adfc1e5600a80328c7677d7dc29ad.tar.gz
ingenue-85bb8cc6e83adfc1e5600a80328c7677d7dc29ad.tar.bz2
ingenue-85bb8cc6e83adfc1e5600a80328c7677d7dc29ad.zip
Added an send invitations form to frontend and email notifications to backend
Diffstat (limited to 'setup.php')
-rwxr-xr-xsetup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.php b/setup.php
index 0f63840..2e179e8 100755
--- a/setup.php
+++ b/setup.php
@@ -70,6 +70,6 @@ if ($interactive) {
system('stty echo');
}
$user->passhash=sha1($pass);
-$user->flags='a';
+$user->flags='a'; // Admin
$user->write();
?>