Removed includes, moving to only one main folder

This commit is contained in:
Shoghi Cervantes Pueyo
2013-02-13 20:35:56 +01:00
parent 09e81b8e17
commit 717c668787
10 changed files with 354 additions and 438 deletions

View File

@ -25,7 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
require_once(dirname(__FILE__)."/src/common/dependencies.php");
require_once(dirname(__FILE__)."/src/dependencies.php");
require_once("API/ServerAPI.php");
$server = new ServerAPI();