mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
initial import
This commit is contained in:
20
www/api/upload/upload.php
Normal file
20
www/api/upload/upload.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
require_once dirname( __FILE__ ) . "/../../../lib/bootstrap.php";
|
||||
|
||||
|
||||
//SPECIAL ZINO
|
||||
ini_set('display_errors','off');
|
||||
ini_set('display_startup_errors','off');
|
||||
ini_set('log_errors','off');
|
||||
//SPECIAL ZINO
|
||||
|
||||
// -------------- api_utils will set vars :
|
||||
|
||||
//$request = httpRequest::getInstance();
|
||||
//$parm = $request->get_parms('p', 'ses_id', 'usr_id', 'debug');
|
||||
// $sxParms = simplexml_load_string($parm['p']);
|
||||
// $dom : domdocument for result
|
||||
// $result : documentElement for result
|
||||
require(GV_RootPath.'www/api/api_utils.php');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user