GautamGupta / YOURLS-Import-Export

Import and Export YOURLS
GNU General Public License v3.0
49 stars 6 forks source link

CSV import from Mac #2

Closed mwells3 closed 11 years ago

mwells3 commented 11 years ago

The current import does not support csv files from a mac. You need to add ini_set("auto_detect_line_endings", "1"); before the fopen() in the csv.php file this will correct the import issue and allow csv files from a Mac.