Skip to content

Commit

Permalink
alias for piwik.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ewwink authored and TheNotary committed Sep 17, 2016
1 parent 641bee0 commit d258d94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,10 @@
"ext-apcu": "*"
},
"require-dev": {
"heroku/heroku-buildpack-php": "*"}
"heroku/heroku-buildpack-php": "*"},
"scripts": {
"compile": [
"cp img.php vendor/piwik/piwik/img.php"
]
}
}
2 changes: 2 additions & 0 deletions img.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
require_once("piwik.php");

0 comments on commit d258d94

Please sign in to comment.