Files
2025-06-24 14:14:35 +02:00

9 lines
90 B
PHP

<?php
namespace FreshMail;
class FreshmailCode{
const ALREADY_SUBSCRIBED = 1304;
}