Add more clients to clients.conf.php

This commit is contained in:
slawkens 2021-01-18 01:45:52 +01:00
parent 443c5a80b4
commit d8ac88b7d9

View File

@ -9,7 +9,7 @@
*/ */
defined('MYAAC') or die('Direct access not allowed!'); defined('MYAAC') or die('Direct access not allowed!');
$config['clients'] = array( $config['clients'] = [
710, 710,
740, 740,
750, 750,
@ -54,7 +54,9 @@ $config['clients'] = array(
1000, 1000,
1010, 1010,
1020,
1021, 1021,
1030,
1031, 1031,
1034, 1034,
1041, 1041,
@ -62,6 +64,7 @@ $config['clients'] = array(
1053, 1053,
1054, 1054,
1058, 1058,
1070,
1075, 1075,
1077, 1077,
1079, 1079,
@ -74,5 +77,16 @@ $config['clients'] = array(
1097, 1097,
1098, 1098,
1100, 1100,
); 1102,
?> 1140,
1150,
1180,
1200,
1202,
1215,
1220,
1230,
1240,
1251,
1260,
];