Create assignerconfig.php

pull/83/head
Oliwier 7 years ago committed by GitHub
parent cb3962e288
commit 168b04b5c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,14 @@
<?php
$assignerconfig = [
[
"name" => "Age", // - Name of group
"limit" => 1, // - Group limit
"sgids" => [9,10,12,14] // - Grop ids
],
[
"name" => "Games", // - Name of group
"limit" => 4, // - Group limit
"sgids" => [6,7,8] // - Grop ids
]
];
Loading…
Cancel
Save