File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1+ ALTER TABLE ` users` ADD ` force_logout` MEDIUMINT(7 ) NOT NULL DEFAULT ' 0' AFTER ` last_login` ;
Original file line number Diff line number Diff line change 4444
4545if ($ _POST ['action ' ] == "logout " ) {
4646 if ($ auth ->isLoggedIn ()) {
47- $ auth ->logOutAndDestroySession ();
47+ $ auth ->logOut ();
48+ $ auth ->destroySession ();
4849 }
4950 forwartTo ();
5051}
Original file line number Diff line number Diff line change 7575 </form >
7676 </div >
7777 <div class =" bottom text-center" >
78- { if $navdata .showreg == true }
78+ { if isset( $ navdata .showreg) } { if $navdata .showreg == true }
7979 { ' New here ?' |gettext} <a href =" { $navdata .login.registerlink} " ><b >{ ' Join Us' |gettext} </b ></a >
80- { /if }
80+ { /if } { / if }
8181 </div >
8282 </div >
8383 </li >
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "smarty/smarty" : " ^4" ,
1616 "sergeytsalkov/meekrodb" : " ^2.4" ,
17- "delight-im/auth" : " ^7.2 " ,
17+ "delight-im/auth" : " * " ,
1818 "phpmailer/phpmailer" : " ^6.0" ,
1919 "voku/anti-xss" : " ^3.1" ,
2020 "werx/validation" : " ^1.3" ,
You can’t perform that action at this time.
0 commit comments