11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
<?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
|
|
*/
|
|
// $synch_create = '1' to create accounts in synchronet
|
|
$synch_create = '';
|
|
$synch_path = '/sbbs/';
|
|
?>
|