modess / git-pretty-stats

Self hosted graphs for Git repositories in PHP
Other
142 stars 24 forks source link

Config file <? prefix doesn't work with default php ubuntu configuration #22

Closed dearlordylord closed 10 years ago

dearlordylord commented 10 years ago

Found this problem:

Default git-pretty-stats.php looks like

<? return array( ...

to make it work with default configuration (that doesn't handle <?) it should start from <?php, like another files in project

modess commented 10 years ago

Thanks for catching that! Fix pushed: https://github.com/modess/git-pretty-stats/commit/42f6821fa8d0121afb3e0964e1bca345a06b0ef1

powtac commented 10 years ago

Cool! Thank you very much!!!