doplneni db po aktualizaci

This commit is contained in:
kankys 2024-10-05 15:44:57 +02:00
parent 9e16b335c9
commit f7c7b7ec63
5 changed files with 32 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="UserContentModel">
<attachedFolders />
<explicitIncludes />
<explicitExcludes />
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

View File

@ -7,7 +7,7 @@
*/ */
function connectionDB() { function connectionDB() {
$db_host = "127.0.0.1"; $db_host = "127.0.0.1";
$db_user = "kankys.jr"; $db_user = "kankys";
$db_password = "Heslo123"; $db_password = "Heslo123";
$db_name = "skola"; $db_name = "skola";