1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

disable get_magic_quotes_gpc()

This commit is contained in:
Jerry Vonau 2020-08-24 14:19:04 -05:00
parent 6711f72921
commit fe5b4de47d

View file

@ -113,6 +113,11 @@
chdir: "{{ freepbx_src_dir }}"
creates: "{{ freepbx_install_dir }}"
- name: FreePBX - Patch FreePBX source - disable get_magic_quotes_gpc()
patch:
src: "roles/pbx/templates/pbx2.patch"
dest: "{{ freepbx_install_dir }}/freepbx/admin/libraries/view.functions.php"
- name: FreePBX - Create /etc/odbc.ini
template:
src: odbc.ini.j2