password reset, admin upadte and Camel case update

This commit is contained in:
2021-03-11 09:28:30 +01:00
parent 246cfad08a
commit a65e9ceec8
16 changed files with 117 additions and 60 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ $isImages = false;
session_start();
if(isset($_SESSION['token'])){
if(isLogin()){
$group = groupViaToken($_SESSION['token']);