Compare commits
No commits in common. "97a9ba1c23c50fc340221d64de05b5afc5207045" and "62e8631833663614c649adf1f986f03f3eabb804" have entirely different histories.
97a9ba1c23
...
62e8631833
2 changed files with 1 additions and 8 deletions
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "197c6f07c2e08a57fd28c0f12b8d438b",
|
"content-hash": "62318b0dffdbca25b349863cf75ea367",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "abraham/twitteroauth",
|
"name": "abraham/twitteroauth",
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ -f ./web/.htaccess.custom ]
|
|
||||||
then
|
|
||||||
cd web && mv .htaccess .htaccess.default && cp .htaccess.custom .htaccess
|
|
||||||
git diff -s --exit-code .htaccess.default || echo 'NOTE: .htaccess.default file has changed! Be sure to integrate latest updates into .htaccess and .htaccess.custom, then commit all three files. For example, meld web/.htaccess.custom web/.htaccess.default'
|
|
||||||
fi
|
|
Loading…
Add table
Add a link
Reference in a new issue