From b7b17c880236f37c84a5a2413eb6cfa595e417c9 Mon Sep 17 00:00:00 2001 From: phenomenz Date: Tue, 15 Apr 2014 17:00:38 -0400 Subject: [PATCH 1/3] Update download.php --- download.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/download.php b/download.php index 29fc6f4..c4882f8 100644 --- a/download.php +++ b/download.php @@ -74,7 +74,7 @@ - Popcorn Time - <?=$langsite["TITLE_DLS"]?> + Popcorn Time - <?=$langsite["TITLE_DL"]?> " /> @@ -352,7 +352,7 @@ From b015148c3eac6fc0cb60346e7a885f088923935e Mon Sep 17 00:00:00 2001 From: phenomenz Date: Tue, 15 Apr 2014 17:06:22 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c527fcd..7934271 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ Popcorn Time Website ====================== ### The site is [get-popcorn.com](http://get-popcorn.com) + +*** + +### Site translations + +We don't accept pull request for translations. + +Please use: [http://www.getlocalization.com/PopcornTime/](http://www.getlocalization.com/PopcornTime/) From cc515d33855e5f3e7adc90997a543db1638f0e72 Mon Sep 17 00:00:00 2001 From: phenomenz Date: Tue, 15 Apr 2014 17:06:34 -0400 Subject: [PATCH 3/3] Delete .htaccess --- .htaccess | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 76ffe65..0000000 --- a/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -RewriteEngine On -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !\.php$ -RewriteRule ^(.*)$ $1.php [L] \ No newline at end of file