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";