From 22b4cd994bebc90cfaae84abd8ea48212a52dc70 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Fri, 22 May 2020 17:39:48 -0700 Subject: [PATCH] re-organizing file structure --- wp-nginx-map-json.php => nginx-map/wp-nginx-map-json.php | 0 wp-nginx-map.php => nginx-map/wp-nginx-map.php | 0 db-backends.php => r2db/db-backends.php | 0 db-hash.php => r2db/db-hash.php | 0 flexihash.php => r2db/flexihash.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename wp-nginx-map-json.php => nginx-map/wp-nginx-map-json.php (100%) rename wp-nginx-map.php => nginx-map/wp-nginx-map.php (100%) rename db-backends.php => r2db/db-backends.php (100%) rename db-hash.php => r2db/db-hash.php (100%) rename flexihash.php => r2db/flexihash.php (100%) diff --git a/wp-nginx-map-json.php b/nginx-map/wp-nginx-map-json.php similarity index 100% rename from wp-nginx-map-json.php rename to nginx-map/wp-nginx-map-json.php diff --git a/wp-nginx-map.php b/nginx-map/wp-nginx-map.php similarity index 100% rename from wp-nginx-map.php rename to nginx-map/wp-nginx-map.php diff --git a/db-backends.php b/r2db/db-backends.php similarity index 100% rename from db-backends.php rename to r2db/db-backends.php diff --git a/db-hash.php b/r2db/db-hash.php similarity index 100% rename from db-hash.php rename to r2db/db-hash.php diff --git a/flexihash.php b/r2db/flexihash.php similarity index 100% rename from flexihash.php rename to r2db/flexihash.php -- GitLab