mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-01-20 19:31:21 +00:00
5 lines
106 B
PHP
5 lines
106 B
PHP
<?php
|
|
class config_ids extends \SYSTEM\CONFIG\config_ids {
|
|
const WEBCRAFT_BILLING_TOKEN = 1000;
|
|
}
|