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