File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ function select($memberID) {
70
70
71
71
}
72
72
73
- function authorizeLogin ($ check_password , $ convertMD5 =0 ) {
73
+ function authorizeLogin ($ check_password , $ encryptPW =0 ) {
74
74
75
75
$ checkRealPassword = $ this ->arrObjInfo ['password ' ];
76
76
$ checkRealPassword2 = $ this ->arrObjInfo ['password2 ' ];
77
77
78
- if ($ convertMD5 == 1 ) {
78
+ if ($ encryptPW == 1 ) {
79
79
80
80
$ checkPass = crypt ($ check_password , $ checkRealPassword2 );
81
81
Original file line number Diff line number Diff line change 122
122
123
123
124
124
</div>
125
+ <div class='forumPostNewSection'></div>
125
126
<div class='forumPostPosterInfo'></div>
126
127
<div class='forumPostMessageExtras'>
127
128
" ;
Original file line number Diff line number Diff line change 47
47
48
48
49
49
$ boardOptions = "<option value='select'>[SELECT]</option> " ;
50
- $ result = $ mysqli ->query ("SELECT forumcategory_id FROM forum_category ORDER BY ordernum DESC " );
50
+ $ result = $ mysqli ->query ("SELECT forumcategory_id FROM " . $ dbprefix . " forum_category ORDER BY ordernum DESC " );
51
51
while ($ row = $ result ->fetch_assoc ()) {
52
52
53
53
You can’t perform that action at this time.
0 commit comments