Skip to content

Commit

Permalink
Ivan Kunsevich HW1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikyn committed Feb 4, 2024
1 parent ef3ef4f commit aa192c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions var/www/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@
echo "Подключение к базе данных успешно,количество таблиц:" . $tables->rowCount() . "<br>";
} catch (PDOException $e) {
echo "Ошибка подключение к базе данных:" . "<br>" . $e->getMessage() . "<br>";
}

?>
}

Check failure on line 33 in var/www/index.php

View workflow job for this annotation

GitHub Actions / phpcs

Expected 1 newline at end of file; 0 found

0 comments on commit aa192c6

Please sign in to comment.