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
48a0990d51
fusionpbx
/
app
/
time_conditions
/
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 Fix labor day change week of month from 1 to day of month from 1 - 7.
2016-09-06 02:52:01 +02:00
?>