From 2535df7cfe778dfb7993f66a81d3738cce93b84f Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Fri, 27 Nov 2015 19:56:28 +0100 Subject: [PATCH] Add index.php.dist See https://github.com/picocms/Pico/issues/285#issuecomment-160130798 --- .travis.yml | 1 + index.php | 8 +------- index.php.dist | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 index.php.dist diff --git a/.travis.yml b/.travis.yml index 2fb9600..aa0af02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ before_deploy: - deploy-phpdoc-release.sh - composer install --no-dev --optimize-autoloader - find vendor/ -type d -path 'vendor/*/*/.git' -print0 | xargs -0 rm -rf + - mv index.php.dist index.php - tar -czf "pico-release-$TRAVIS_TAG.tar.gz" README.md LICENSE CONTRIBUTING.md CHANGELOG.md composer.json composer.lock config content-sample lib plugins themes vendor .htaccess index.php deploy: diff --git a/index.php b/index.php index b8fdff6..7e7cdf0 100644 --- a/index.php +++ b/index.php @@ -1,10 +1,4 @@ -run();