jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
914 stars 502 forks source link

Can't embed using other header before code. #118

Closed flattery103 closed 3 years ago

flattery103 commented 3 years ago

If put anything like HTML at the head to make the site look better it doesn't function. I am trying to embed it within some other code, but can't tell what is stopping it.

flattery103 commented 3 years ago

I figured out that it is because for the Ajax it calls upon itself so the simple single file would need to be split apart to make this work. Closing this issue as I assume it is not the direction this project will wish to go.