2021-02-14 01:54:31 +01:00
|
|
|
<?php
|
|
|
|
/* This is the configuration file for integration with Synchronet
|
|
|
|
* If you wish to create synchronet accounts from rslight,
|
|
|
|
* synchronet (sbbs) and your web user must match.
|
|
|
|
* You can change synchronet user/group in $synch_path/ctrl/sbbs.ini
|
|
|
|
*/
|
2021-02-14 02:53:46 +01:00
|
|
|
// $synch_create = '1' to create accounts in synchronet
|
|
|
|
$synch_create = '';
|
2021-02-14 01:54:31 +01:00
|
|
|
$synch_path = '/sbbs/';
|
|
|
|
?>
|