From 81d9f1e9449e064ead3616d18236966d4bdf8a7c Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Thu, 20 Apr 2023 14:21:32 +0200 Subject: [PATCH] move files (prepare namespace) --- style.css => css/backend.css | 0 {inc/img => img}/feed.png | Bin .../ActivityBehaviors.php | 0 .../ActivityReport.php | 0 _admin.php => src/Backend.php | 0 _config.php => src/Config.php | 0 inc/lib.parselogs.config.php => src/Formats.php | 0 _public.php => src/Frontend.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 _prepend.php => src/Prepend.php | 0 _uninstall.php => src/Uninstall.php | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename style.css => css/backend.css (100%) rename {inc/img => img}/feed.png (100%) rename inc/class.activity.report.behaviors.php => src/ActivityBehaviors.php (100%) rename inc/class.activity.report.php => src/ActivityReport.php (100%) rename _admin.php => src/Backend.php (100%) rename _config.php => src/Config.php (100%) rename inc/lib.parselogs.config.php => src/Formats.php (100%) rename _public.php => src/Frontend.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename _prepend.php => src/Prepend.php (100%) rename _uninstall.php => src/Uninstall.php (100%) diff --git a/style.css b/css/backend.css similarity index 100% rename from style.css rename to css/backend.css diff --git a/inc/img/feed.png b/img/feed.png similarity index 100% rename from inc/img/feed.png rename to img/feed.png diff --git a/inc/class.activity.report.behaviors.php b/src/ActivityBehaviors.php similarity index 100% rename from inc/class.activity.report.behaviors.php rename to src/ActivityBehaviors.php diff --git a/inc/class.activity.report.php b/src/ActivityReport.php similarity index 100% rename from inc/class.activity.report.php rename to src/ActivityReport.php diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_config.php b/src/Config.php similarity index 100% rename from _config.php rename to src/Config.php diff --git a/inc/lib.parselogs.config.php b/src/Formats.php similarity index 100% rename from inc/lib.parselogs.config.php rename to src/Formats.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php diff --git a/_uninstall.php b/src/Uninstall.php similarity index 100% rename from _uninstall.php rename to src/Uninstall.php