Skip to content

Commit

Permalink
Added default administrator name as $siteadminname
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2313 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
David Olivier committed Feb 11, 2007
1 parent 1fa4951 commit a1824c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/install/create-mysql.sql
Expand Up @@ -293,5 +293,5 @@ INSERT INTO `prefix_settings_global` VALUES ('DBVersion', '110');
--
-- Table `users`
--
INSERT INTO `prefix_users` VALUES (NULL, '$defaultuser', '$defaultpass', '', 0, '$defaultlang', '$siteadminemail', 1,1,1,1,1,1,1);
INSERT INTO `prefix_users` VALUES (NULL, '$defaultuser', '$defaultpass', '$siteadminname', 0, '$defaultlang', '$siteadminemail', 1,1,1,1,1,1,1);

0 comments on commit a1824c9

Please sign in to comment.