renlok / WeBid

The official WeBid github fork
http://www.webidsupport.com
114 stars 125 forks source link

lock.txt update #515

Closed david62311 closed 5 years ago

david62311 commented 5 years ago

failed to write the text file as /cache/lock.txt. Making it like this fixed this cache/lock.txt fixed the issue. We can also update it one step further to be more modern code as $fp = fopen(CACHE_PATH . 'lock.txt', 'w+');

It works both ways. It's been tested.