siamon123 / warehouse-inventory-system

Open source inventory management system with php and mysql
http://www.oswapp.com
MIT License
379 stars 233 forks source link

Remove first blank line in PHP file #21

Open bateller opened 7 years ago

bateller commented 7 years ago

This blank line will cause (most) web servers to send headers to client prematurely.

This will fix the redirect errors during login/logout.