All the require_once are now prefixed by domframework to allow multiple loading of the page (without "Cannot redeclare class output")
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3750 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
@package domframework
|
||||
@author Dominique Fournier <dominique@fournier38.fr> */
|
||||
|
||||
require_once ("output.php");
|
||||
require_once ("rest.php");
|
||||
require_once ("domframework/output.php");
|
||||
require_once ("domframework/rest.php");
|
||||
/** Display in REST the data provided.
|
||||
* Allow all the output types : JSON, XML, TXT...
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user