cweiske / phorkie

Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
https://cweiske.de/phorkie.htm
GNU Affero General Public License v3.0
216 stars 23 forks source link

A Round of Minor Corrections #2

Closed jnovack closed 12 years ago

jnovack commented 12 years ago

Nothing too earth shattering, just some organization and clean-up.

3be4918) date_default_timezone_set() should REALLY be set for php 5.2+. [EDIT: null and void]

c276478) Added perl to the list of geshi types, since that was what I originally had intended this for. Yes, people still use perl. :p

499506d) Moved the GeSHi require_once location to the config.php(.dist) [EDIT: config.default.php] file so the user can modify it rather than hunting for it.

a3f5549) FAVICON.ICO! Gave you a pretty favicon. http://dylanbeattie.blogspot.com/2010/11/git-logos-and-icons.html permits Creative Commons By-Attribution and Share-Alike v3.0.

jnovack commented 12 years ago

344be91) 1 - Put txt back in it's original location. 2 - Removed date_default_timezone (slap on wrist). 3 - Corrected location of geshi variable.

564e683) Fixed errant semi-colon who wandered into my screen.

jnovack commented 12 years ago

dc3edce) Pleased the Spacing Police (a lesser-known department of the Grammar Police) ;)

cweiske commented 12 years ago

I've merged the your changes, but needed to rewrite 2 of the 3 to get a clean history without "reverting stuff I did when I was too tired". Please take more care the next time.