mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
10 lines
No EOL
195 B
Text
10 lines
No EOL
195 B
Text
<?php
|
|
|
|
/*
|
|
* If set to True, each line will be flagged as overwrite, otherwise none of them will be flagged.
|
|
*
|
|
* Default value: False
|
|
*/
|
|
define("REMOTE_PROVISIONING_OVERWRITE_ALL", False);
|
|
|
|
?> |