gimli2 / sigal

It is a free photo gallery written in PHP. This script inspired by simplicity of brilliant MySQL client Adminer from Jakub Vrána. It is completely in only one file. It is very simple to upload it anywhere to hosting and use it in a few seconds. And why don't use this idea for web photo gallery?
Other
2 stars 3 forks source link

remove/replace carriage returns with newlines. #1

Closed dmahurin closed 9 years ago

dmahurin commented 9 years ago

Changed with: sed -i 's:\r\n:\n:g' index.php sed -i 's:\r:\n:g' index.php

Change was required to properly edit and diff changes for this file in Linux.

The other changes depend on this change.