Skip to content

Adding File Delete for CodeIgniter framework#221

Open
reverseth wants to merge 3 commits intoambionics:masterfrom
reverseth:adding_codeigniter_FD
Open

Adding File Delete for CodeIgniter framework#221
reverseth wants to merge 3 commits intoambionics:masterfrom
reverseth:adding_codeigniter_FD

Conversation

@reverseth
Copy link

@reverseth reverseth commented Oct 26, 2025

Actually, this POP chain writes (or replaces the content of) the chosen file with the following content :

<?php return array (
    0 => '',
);

It is also possible to choose a string to write inside the array

<?php return array (
    0 => '<here>',
);

But I did not find a way to execute it.
Thus, I decided to push it as a FD, and not as a FW, for the moment.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant