diff --git a/controllers/auth_ctrl2.php~ b/controllers/auth_ctrl2.php~ deleted file mode 100644 index 783e336..0000000 --- a/controllers/auth_ctrl2.php~ +++ /dev/null @@ -1,61 +0,0 @@ -prepare($req); - $prep->bindValue(':login', $login); - $prep->execute(); - $auth = $prep->fetch(PDO::FETCH_ASSOC); - $prep->closeCursor(); - return $auth; - } - \ No newline at end of file diff --git a/views/auth_ctrl.php b/views/auth_ctrl.php deleted file mode 100755 index 05a2948..0000000 --- a/views/auth_ctrl.php +++ /dev/null @@ -1,65 +0,0 @@ -