diff options
author | Sashi20 | 2021-02-10 15:54:14 +0530 |
---|---|---|
committer | Sashi20 | 2021-02-10 15:54:14 +0530 |
commit | 66c6fc52a3d6e5837b144f91a6d27442f3bba138 (patch) | |
tree | bd690d813feb25e7e51bf02c0ea70073b6df1544 | |
parent | 0877f2e43c36c32015036d7dabde7a36b5c50f21 (diff) | |
download | osdag_installer_response_form-66c6fc52a3d6e5837b144f91a6d27442f3bba138.tar.gz osdag_installer_response_form-66c6fc52a3d6e5837b144f91a6d27442f3bba138.tar.bz2 osdag_installer_response_form-66c6fc52a3d6e5837b144f91a6d27442f3bba138.zip |
Fix issue to download the file
-rwxr-xr-x | installer_response_form.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/installer_response_form.module b/installer_response_form.module index bff95ad..4ea4ac8 100755 --- a/installer_response_form.module +++ b/installer_response_form.module @@ -2,6 +2,7 @@ /*error_reporting(E_ALL); ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE);*/ +ini_set('memory_limit', '-1'); global $base_url; // Will point to http://www.example.com /** * Implements hook_menu(). |