You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FSyncMS/settings.php

15 lines
395 B
PHP

<?php
//you can disable registration to the firefox sync server here,
// by setting ENABLE_REGISTER to false
//
//
define("ENABLE_REGISTER",false);
//define("ENABLE_REGISTER", true);
//pleas set the URL where firefox clients find the root of
// firefox sync server
// this should end with a /
define("FSYNCMS_ROOT","https://www.your.domain/sync/");
?>