ogamespec / ogame-opensource

This is revived OGame v 0.84 with old design.
Creative Commons Zero v1.0 Universal
81 stars 38 forks source link

Cleanup missing variables warnings #99

Closed ogamespec closed 4 months ago

ogamespec commented 5 months ago

Notice: Undefined variable: gid in C:\wamp64\www\ogame\game\page.php on line 167

We need to clean up all such warnings.

You need to use an additional key_exists check in those places.

ogamespec commented 4 months ago

Most of it cleaned up, the rest (if it comes out) will be fixed along the way.