mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
7 lines
189 B
PHP
7 lines
189 B
PHP
<?
|
|
require_once('/standardebooks.org/web/lib/Core.php');
|
|
|
|
//file_get_contents('/home/alex/donations.csv');
|
|
|
|
$csv = array_map( 'str_getcsv', file( '/home/alex/donations.csv') );
|
|
vdd($csv);
|