gWorldz / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

design change #339

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In common.php

We include before we define our constants.

Maybe we should define our constants first, so they are available to all 
included files functions.

There might be one or 2 functions we use before we define like 
get_root_path()
get_admin_path()

These would have to be moved into common or another prerequisite include.
Then there might be some isdefined code that might have issues, but those are 
easy to find.

Original issue reported on code.google.com by tablatronics on 18 Jul 2012 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by tablatronics on 18 Jul 2012 at 4:12