From 24c0e7b2b3e46faa8e4357dd6d509f14d0f15b0d Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 1 Oct 2025 07:01:16 +0000 Subject: [PATCH] dfg --- admin.php | 41 +++++++++++++++++++++++++++++++++++++++++ index.php | 13 ++++++++++++- upload.php | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 admin.php create mode 100644 upload.php diff --git a/admin.php b/admin.php new file mode 100644 index 0000000..7dec9fc --- /dev/null +++ b/admin.php @@ -0,0 +1,41 @@ + + + + + + Admin Panel + + + +
+
+
+
+
+

Admin Panel

+
+
+
Logo Management
+

Upload a new logo for the site. The current logo will be replaced. The file should be a PNG, JPG, or GIF.

+ +
Logo uploaded successfully!
+ +
Error uploading logo:
+ +
+
+ + +
+ +
+
+ +
+
+
+
+ + diff --git a/index.php b/index.php index e405a0e..aa33734 100644 --- a/index.php +++ b/index.php @@ -77,10 +77,21 @@ $contacts = [ diff --git a/upload.php b/upload.php new file mode 100644 index 0000000..20a30d0 --- /dev/null +++ b/upload.php @@ -0,0 +1,54 @@ + \ No newline at end of file