From afd44b1a9a1b5a49842098d0fe647fa47b95a09c Mon Sep 17 00:00:00 2001 From: achmizs <1874748+achmizs@users.noreply.github.com> Date: Sat, 11 Dec 2021 10:38:25 -0500 Subject: [PATCH] Slightly rearranged directory structure --- pastebin-embed.php => cookbook/pastebin-embed.php | 0 {simplehtmldom => cookbook/simplehtmldom}/LICENSE | 0 {simplehtmldom => cookbook/simplehtmldom}/simple_html_dom.php | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename pastebin-embed.php => cookbook/pastebin-embed.php (100%) rename {simplehtmldom => cookbook/simplehtmldom}/LICENSE (100%) rename {simplehtmldom => cookbook/simplehtmldom}/simple_html_dom.php (100%) diff --git a/pastebin-embed.php b/cookbook/pastebin-embed.php similarity index 100% rename from pastebin-embed.php rename to cookbook/pastebin-embed.php diff --git a/simplehtmldom/LICENSE b/cookbook/simplehtmldom/LICENSE similarity index 100% rename from simplehtmldom/LICENSE rename to cookbook/simplehtmldom/LICENSE diff --git a/simplehtmldom/simple_html_dom.php b/cookbook/simplehtmldom/simple_html_dom.php similarity index 100% rename from simplehtmldom/simple_html_dom.php rename to cookbook/simplehtmldom/simple_html_dom.php