I have this project, which uses gmdate as salt for some data
md5($mykey. gmdate('U'));
I wanted to change this project's folder structure, and after moving a few files, now gmdate('U')
always returns 1.
I cloned the original project again and gmdate('U')
works fine. They are both in the same enviroment.
What's causing gmdate('U')
to always return 1 whenever it's changed?