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