diff --git a/.DS_Store b/.DS_Store index ac77f50..1a1af15 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/index.html b/index.html index 7fc54d1..a136bc8 100755 --- a/index.html +++ b/index.html @@ -912,7 +912,7 @@

Website Address

-
+
diff --git a/js/contact.js b/js/contact.js index 76d91b9..b03e715 100755 --- a/js/contact.js +++ b/js/contact.js @@ -13,7 +13,7 @@ $(function () { // if the validator does not prevent form submit if (!e.isDefaultPrevented()) { - var url = "contact.php"; + var url = "../php/contact.php"; // POST values in the background the the script URL $.ajax({ diff --git a/contact.php b/php/contact.php similarity index 100% rename from contact.php rename to php/contact.php