Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RajithaKumara/80e8cffc4a3d6b5fcf795d5cfe0af1cd to your computer and use it in GitHub Desktop.
Save RajithaKumara/80e8cffc4a3d6b5fcf795d5cfe0af1cd to your computer and use it in GitHub Desktop.

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmPimPlugin/lib/form/EmployeeAttachmentForm.php#L43 replace 1000000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmRecruitmentPlugin/lib/form/RecruitmentAttachmentForm.php#L82 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmAdminPlugin/modules/admin/actions/saveJobTitleAction.class.php#L46 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitmentApply/actions/applyVacancyAction.class.php#L82 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmAdminPlugin/modules/admin/actions/pimCsvImportAction.class.php#L40 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/addEmployeeAction.class.php#L90 replace 1000000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/viewPhotographAction.class.php#L94 replace 1000000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitment/actions/addCandidateAction.class.php#L130 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitment/actions/updateAttachmentAction.class.php#L34 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmRecruitmentPlugin/modules/recruitment/actions/addCandidateAction.class.php#L130 replace 1024000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/plugins/orangehrmPimPlugin/modules/pim/actions/addEmployeeAction.class.php#L90 replace 1000000 to 5242880

https://github.com/orangehrm/orangehrm/blob/master/symfony/apps/orangehrm/lib/message/CommonMessages.php#L7-L9 replace 1MB to 5MB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment