We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grocery-crud/application/libraries/Grocery_CRUD.php
Line 1300 in fcdde04
if ($this->upload_fields && $primary_key_value) { $row = $this->basic_model->get_edit_values($primary_key_value); if ($row) { foreach ($this->upload_fields as $field_name => $field_info) { $state_info->file_name = $row->{$field_name}; $this->delete_file($state_info); } } }
grocery-crud/application/models/Grocery_crud_model.php
Line 511 in fcdde04
Files of unstored/unsaved records uploads in storage - if you delete that files, they not removes in filesystem
File manager in visual editors don't auth user - it's stupid backdoor.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
grocery-crud/application/libraries/Grocery_CRUD.php
Line 1300 in fcdde04
grocery-crud/application/models/Grocery_crud_model.php
Line 511 in fcdde04
Files of unstored/unsaved records uploads in storage - if you delete that files, they not removes in filesystem
File manager in visual editors don't auth user - it's stupid backdoor.
The text was updated successfully, but these errors were encountered: