andom-tec changes
This commit is contained in:
@@ -6,6 +6,10 @@ class IbanValidator {
|
||||
if(!$iban) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!defined("TT_IBAN_VALIDATOR_BASEURL") || !TT_IBAN_VALIDATOR_BASEURL) {
|
||||
return ["bank" => "none", "iban" => "none", "bic" => [], "iban_correct" => true, "iban_sus" => false, "bic_correct" => true];
|
||||
}
|
||||
|
||||
$creds = TT_IBAN_VALIDATOR_USER.":".TT_IBAN_VALIDATOR_PASS;
|
||||
$b64creds = base64_encode($creds);
|
||||
|
||||
@@ -287,6 +287,7 @@ class mfBaseController
|
||||
public static function getUrl($mod, $action = null, $param = null)
|
||||
{
|
||||
if (!$mod) {
|
||||
if (MFUSEFANCYURLS) return MFFANCYBASEURL;
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user