mirror of
https://github.com/parsecsv/parsecsv-for-php.git
synced 2026-02-19 00:36:38 +00:00
7 lines
130 B
PHP
7 lines
130 B
PHP
<?php
|
|
|
|
$dir = realpath(__DIR__);
|
|
defined('BASE') OR define('BASE', dirname($dir) . '/');
|
|
|
|
require_once BASE . 'parsecsv.lib.php';
|