From c69515152e4333041e694fbe4d8b56875184238a Mon Sep 17 00:00:00 2001 From: OliverParoczai Date: Wed, 31 Mar 2021 02:45:34 +0200 Subject: [PATCH] Tweak profile image dimensions and add partial setup script --- event.php | 2 +- setup.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 setup.php diff --git a/event.php b/event.php index 35b05d3..15c6860 100644 --- a/event.php +++ b/event.php @@ -45,7 +45,7 @@ if ($result == TRUE) {
diff --git a/setup.php b/setup.php new file mode 100644 index 0000000..e739544 --- /dev/null +++ b/setup.php @@ -0,0 +1,20 @@ +'); + echo "Adatbázis konfiguráció létrehozva (creds.php)"; +} +?> \ No newline at end of file