芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/www/panel/action/action.php
0) { $sqlUserData = mysqli_fetch_array($sqlUser); $_SESSION['krishnamExportsId'] = $sqlUserData['id']; $_SESSION['designation_id'] = $sqlUserData['designation_id']; header("location:../home.php"); } else { $_SESSION['loginMSg'] = "Invaild Username and Password."; header("location:../login.php"); } } ?>