Fixes
- Changed include "includes/common.inc"; to include_once "includes/common.inc"; Including the common file more than once will cause bad things.
Showing
Please register or sign in to comment
- Changed include "includes/common.inc"; to include_once "includes/common.inc"; Including the common file more than once will cause bad things.