This website requires JavaScript.
Explore
Help
Sign In
dbxe
/
fusionpbx
Watch
2
Star
0
Fork
You've already forked fusionpbx
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ffd901b5ba
fusionpbx
/
app
/
fax
/
app_defaults.php
8 lines
45 B
PHP
Raw
Normal View
History
Unescape
Escape
\r\n --> \n Cause all the .php files containing lines ending with \r\n to instead end with \n. DYI with: find fusionpbx -type f -name '*.php' -exec dos2unix '{}' \;
2016-04-26 03:30:23 +02:00
<
?
php
if
(
$domains_processed
==
1
)
{
}
Update app_defaults.php
2016-10-23 00:37:56 +02:00
?>