summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index e9ead78..e4f7c60 100644
--- a/functions.php
+++ b/functions.php
@@ -364,7 +364,7 @@ function card_value($card)
case 48:
return 0;
default:
- echo "something went wrong, please contact the admin. ErrorCode: 2<br>";
+ echo "something went wrong, please contact the admin. ErrorCode: 2 - $card<br>";
return 0;
}
}