From adecd2960e2b7cdca8a23e5c4e8d80645407b513 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 5 Jun 2016 22:18:17 -0700 Subject: [PATCH] move pconfig to static class --- Zotlabs/Lib/PConfig.php | 189 ++++++++++++++++++++++++++++++++++++++++ include/config.php | 180 ++------------------------------------ 2 files changed, 195 insertions(+), 174 deletions(-) create mode 100644 Zotlabs/Lib/PConfig.php diff --git a/Zotlabs/Lib/PConfig.php b/Zotlabs/Lib/PConfig.php new file mode 100644 index 000000000..0cd65392e --- /dev/null +++ b/Zotlabs/Lib/PConfig.php @@ -0,0 +1,189 @@ +