diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9f9d47 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.hta_config/ \ No newline at end of file diff --git a/.hta_slug/admin/edit-user.php b/.hta_slug/admin/edit-user.php index bb06789..f89826a 100644 --- a/.hta_slug/admin/edit-user.php +++ b/.hta_slug/admin/edit-user.php @@ -49,7 +49,7 @@ $stmt->bindParam(':pass', $password); $stmt->bindParam(':id', $user_id); $stmt->execute(); - echo "Record Updated successfully"; + echo ''; } catch(PDOException $e) { echo "Error: " . $e->getMessage(); } @@ -66,7 +66,7 @@ if ($num_rows >= 1) { foreach($rows as $row){?>