mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 08:36:39 +00:00
6 lines
159 B
PHP
6 lines
159 B
PHP
<?php
|
|
|
|
$dir = realpath(dirname(__FILE__));
|
|
defined('BASE') OR define('BASE', realpath($dir.'/../').DIRECTORY_SEPARATOR);
|
|
|
|
require_once BASE.'parseCSV.lib.php'; |