mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-02-05 17:35:43 +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;
|
|
}
|