[Phpslash-commit] CVS: phpslash-ft/tables/0.65 slash-all.sql,1.8,1.9
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-02-04 14:37:12
|
Update of /cvsroot/phpslash/phpslash-ft/tables/0.65 In directory usw-pr-cvs1:/tmp/cvs-serv29246 Modified Files: slash-all.sql Log Message: corrected login instructions Index: slash-all.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/tables/0.65/slash-all.sql,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** slash-all.sql 2002/02/01 21:38:59 1.8 --- slash-all.sql 2002/02/04 14:37:08 1.9 *************** *** 708,714 **** INSERT INTO psl_story (story_id, user_id, title, dept, time, intro_text, body_text, hits, topic_cache) VALUES ( '19', '1', 'Congratulations! It Works!', 'new-stuff-is-cool', '2000-12-04 17:29:56', 'Welcome to phpslash! <br> <br> ! Now, login to the Admin Section withthe default username of \'God\' and password of \'Password\' and delete this story! <br> <br> ! Then, add yourself as an author (remember to give yourself a seclev of 100000) and logout / login again. ', '', '1', ''); # -------------------------------------------------------- --- 708,714 ---- INSERT INTO psl_story (story_id, user_id, title, dept, time, intro_text, body_text, hits, topic_cache) VALUES ( '19', '1', 'Congratulations! It Works!', 'new-stuff-is-cool', '2000-12-04 17:29:56', 'Welcome to phpslash! <br> <br> ! Now, login to the Admin Section with the default username of \'god\' and password of \'password\' and delete this story! <br> <br> ! Then, add yourself as an author (remember to give yourself all Security permissions) and logout / login again. ', '', '1', ''); # -------------------------------------------------------- |