joomla-projects / webservices

Webservices working group repository
GNU General Public License v2.0
16 stars 9 forks source link

Eliminate the need for defines.php in the integration layer #36

Open chrisdavenport opened 8 years ago

chrisdavenport commented 8 years ago

Currently there is an /Integrations/Joomla/defines.php which is the same as the regular CMS one except the JPATH_ROOT constant is commented out. It works, but it's not ideal. Figure out how to eliminate the need to do this without causing path conflicts.