| 1234567891011 |
- <?php
- /**
- * TLDSupport: Support package for TLDDatabase and TLDExtract.
- *
- * @link https://github.com/layershifter/TLDSupport
- *
- * @copyright Copyright (c) 2016, Alexander Fedyashov
- * @license https://raw.githubusercontent.com/layershifter/TLDSupport/master/LICENSE Apache 2.0 License
- */
- require __DIR__ . '/../vendor/autoload.php';
|