From f7c7b7ec634be392930f38b1c6b0208829a3bda5 Mon Sep 17 00:00:00 2001 From: kankys Date: Sat, 5 Oct 2024 15:44:57 +0200 Subject: [PATCH] doplneni db po aktualizaci --- .idea/.idea.PHP_DS_Project.dir/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.PHP_DS_Project.dir/.idea/encodings.xml | 4 ++++ .../.idea.PHP_DS_Project.dir/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.PHP_DS_Project.dir/.idea/vcs.xml | 6 ++++++ www2databaze/assets/database.php | 2 +- 5 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 .idea/.idea.PHP_DS_Project.dir/.idea/.gitignore create mode 100644 .idea/.idea.PHP_DS_Project.dir/.idea/encodings.xml create mode 100644 .idea/.idea.PHP_DS_Project.dir/.idea/indexLayout.xml create mode 100644 .idea/.idea.PHP_DS_Project.dir/.idea/vcs.xml diff --git a/.idea/.idea.PHP_DS_Project.dir/.idea/.gitignore b/.idea/.idea.PHP_DS_Project.dir/.idea/.gitignore new file mode 100644 index 0000000..c605bdd --- /dev/null +++ b/.idea/.idea.PHP_DS_Project.dir/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/projectSettingsUpdater.xml +/.idea.PHP_DS_Project.iml +/contentModel.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.PHP_DS_Project.dir/.idea/encodings.xml b/.idea/.idea.PHP_DS_Project.dir/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.PHP_DS_Project.dir/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.PHP_DS_Project.dir/.idea/indexLayout.xml b/.idea/.idea.PHP_DS_Project.dir/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.PHP_DS_Project.dir/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.PHP_DS_Project.dir/.idea/vcs.xml b/.idea/.idea.PHP_DS_Project.dir/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.PHP_DS_Project.dir/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/www2databaze/assets/database.php b/www2databaze/assets/database.php index 6d249e5..a2ee0b7 100644 --- a/www2databaze/assets/database.php +++ b/www2databaze/assets/database.php @@ -7,7 +7,7 @@ */ function connectionDB() { $db_host = "127.0.0.1"; - $db_user = "kankys.jr"; + $db_user = "kankys"; $db_password = "Heslo123"; $db_name = "skola";