From f689a67d187d3d42027bec258f7c6ae01b230f99 Mon Sep 17 00:00:00 2001 From: Albert Goral Date: Mon, 16 Mar 2026 09:17:28 +0100 Subject: [PATCH] init --- add_order.php => source/add_order.php | 0 admin.php => source/admin.php | 0 ajax_action.php => source/ajax_action.php | 0 ajax_add_row.php => source/ajax_add_row.php | 0 ajax_edit.php => source/ajax_edit.php | 0 change_password.php => source/change_password.php | 0 edit_order.php => source/edit_order.php | 0 export_csv.php => source/export_csv.php | 0 import_csv.php => source/import_csv.php | 0 import_excel.php => source/import_excel.php | 0 {includes => source/includes}/auth.php | 0 {includes => source/includes}/config.php | 0 {includes => source/includes}/db.php | 0 index.php => source/index.php | 0 login.php => source/login.php | 0 logout.php => source/logout.php | 0 print.php => source/print.php | 0 print_delivery.php => source/print_delivery.php | 0 {uploads => source/uploads}/logo.png | Bin {uploads => source/uploads}/logo_1773509094.png | Bin {uploads => source/uploads}/logo_1773574385.png | Bin {uploads => source/uploads}/logo_1773574724.png | Bin 22 files changed, 0 insertions(+), 0 deletions(-) rename add_order.php => source/add_order.php (100%) rename admin.php => source/admin.php (100%) rename ajax_action.php => source/ajax_action.php (100%) rename ajax_add_row.php => source/ajax_add_row.php (100%) rename ajax_edit.php => source/ajax_edit.php (100%) rename change_password.php => source/change_password.php (100%) rename edit_order.php => source/edit_order.php (100%) rename export_csv.php => source/export_csv.php (100%) rename import_csv.php => source/import_csv.php (100%) rename import_excel.php => source/import_excel.php (100%) rename {includes => source/includes}/auth.php (100%) rename {includes => source/includes}/config.php (100%) rename {includes => source/includes}/db.php (100%) rename index.php => source/index.php (100%) rename login.php => source/login.php (100%) rename logout.php => source/logout.php (100%) rename print.php => source/print.php (100%) rename print_delivery.php => source/print_delivery.php (100%) rename {uploads => source/uploads}/logo.png (100%) rename {uploads => source/uploads}/logo_1773509094.png (100%) rename {uploads => source/uploads}/logo_1773574385.png (100%) rename {uploads => source/uploads}/logo_1773574724.png (100%) diff --git a/add_order.php b/source/add_order.php similarity index 100% rename from add_order.php rename to source/add_order.php diff --git a/admin.php b/source/admin.php similarity index 100% rename from admin.php rename to source/admin.php diff --git a/ajax_action.php b/source/ajax_action.php similarity index 100% rename from ajax_action.php rename to source/ajax_action.php diff --git a/ajax_add_row.php b/source/ajax_add_row.php similarity index 100% rename from ajax_add_row.php rename to source/ajax_add_row.php diff --git a/ajax_edit.php b/source/ajax_edit.php similarity index 100% rename from ajax_edit.php rename to source/ajax_edit.php diff --git a/change_password.php b/source/change_password.php similarity index 100% rename from change_password.php rename to source/change_password.php diff --git a/edit_order.php b/source/edit_order.php similarity index 100% rename from edit_order.php rename to source/edit_order.php diff --git a/export_csv.php b/source/export_csv.php similarity index 100% rename from export_csv.php rename to source/export_csv.php diff --git a/import_csv.php b/source/import_csv.php similarity index 100% rename from import_csv.php rename to source/import_csv.php diff --git a/import_excel.php b/source/import_excel.php similarity index 100% rename from import_excel.php rename to source/import_excel.php diff --git a/includes/auth.php b/source/includes/auth.php similarity index 100% rename from includes/auth.php rename to source/includes/auth.php diff --git a/includes/config.php b/source/includes/config.php similarity index 100% rename from includes/config.php rename to source/includes/config.php diff --git a/includes/db.php b/source/includes/db.php similarity index 100% rename from includes/db.php rename to source/includes/db.php diff --git a/index.php b/source/index.php similarity index 100% rename from index.php rename to source/index.php diff --git a/login.php b/source/login.php similarity index 100% rename from login.php rename to source/login.php diff --git a/logout.php b/source/logout.php similarity index 100% rename from logout.php rename to source/logout.php diff --git a/print.php b/source/print.php similarity index 100% rename from print.php rename to source/print.php diff --git a/print_delivery.php b/source/print_delivery.php similarity index 100% rename from print_delivery.php rename to source/print_delivery.php diff --git a/uploads/logo.png b/source/uploads/logo.png similarity index 100% rename from uploads/logo.png rename to source/uploads/logo.png diff --git a/uploads/logo_1773509094.png b/source/uploads/logo_1773509094.png similarity index 100% rename from uploads/logo_1773509094.png rename to source/uploads/logo_1773509094.png diff --git a/uploads/logo_1773574385.png b/source/uploads/logo_1773574385.png similarity index 100% rename from uploads/logo_1773574385.png rename to source/uploads/logo_1773574385.png diff --git a/uploads/logo_1773574724.png b/source/uploads/logo_1773574724.png similarity index 100% rename from uploads/logo_1773574724.png rename to source/uploads/logo_1773574724.png