From 44f009b2cf9c50fa4e8d19b65788ffdf60e7f61b Mon Sep 17 00:00:00 2001 From: Jaidyn Lev Date: Sun, 7 Oct 2018 03:42:45 -0500 Subject: [PATCH] Fixed url.php naming-conflict --- resources/library/main.php | 2 +- resources/library/{url.php => urls.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename resources/library/{url.php => urls.php} (100%) diff --git a/resources/library/main.php b/resources/library/main.php index a503749..9c52a1b 100644 --- a/resources/library/main.php +++ b/resources/library/main.php @@ -6,6 +6,6 @@ include("file.php"); include("insert-coin.php"); include("sanitization.php"); include("string.php"); -include("url.php"); +include("urls.php"); ?> diff --git a/resources/library/url.php b/resources/library/urls.php similarity index 100% rename from resources/library/url.php rename to resources/library/urls.php