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:
parent
6711f72921
commit
fe5b4de47d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue