8 lines
118 B
PHP
8 lines
118 B
PHP
<?php
|
|
|
|
// Include the required files
|
|
require_once __DIR__ . '/Iban.php';
|
|
|
|
Iban::updateRegistry('IBAN_Registry.txt');
|
|
|