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
post_edit and page_edit.php
line99 $index_file = '../mc-files/posts/index/'.$post_state.'.php';
line102 $index_file = '../mc-files/pages/index/'.$post_state.'.php';
post_state is controllable and there is no filtering limit
We can use ../ to loop through all files
The text was updated successfully, but these errors were encountered:
f8fc729
No branches or pull requests
post_edit and page_edit.php
line99
$index_file = '../mc-files/posts/index/'.$post_state.'.php';
line102
$index_file = '../mc-files/pages/index/'.$post_state.'.php';
post_state is controllable and there is no filtering limit
We can use ../ to loop through all files

The text was updated successfully, but these errors were encountered: