mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2025-12-12 23:35:53 +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;
|
|
}
|