Create assignerconfig.php
This commit is contained in:
14
config/assignerconfig.php
Normal file
14
config/assignerconfig.php
Normal file
@@ -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
|
||||||
|
]
|
||||||
|
];
|
||||||
Reference in New Issue
Block a user