1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop mezzanine_patched_smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop |
2 |
--- smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop 2008-09-20 01:45:49.000000000 +0200 |
3 |
+++ mezzanine_patched_smeserver-freepbx-0.1/root/etc/e-smith/templates/etc/amportal.conf/25fop 2008-10-13 09:02:53.000000000 +0200 |
4 |
@@ -11,6 +11,6 @@ |
5 |
# FOPRUN: set to true if you want FOP started by freepbx_engine (amportal_start), false otherwise |
6 |
FOPRUN={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';} |
7 |
|
8 |
-FOPDISABLE={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'true': 'false';} |
9 |
+FOPDISABLE={((${'freepbx'}{'Fop'} || 'disabled') eq 'enabled') ? 'false': 'true';} |
10 |
# Disables FOP in interface and retrieve_conf. Usefull for sqlite3 or if you don't want FOP. |
11 |
|