Add the quick / direct writing ability
This commit is contained in:
parent
15ce1362e9
commit
26afef570a
28 changed files with 656 additions and 122 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<?
|
||||
header("Content-type: text/xml charset=\"ISO8859-1\"",true);
|
||||
|
||||
include ("constant.php");
|
||||
include ("postgres.php");
|
||||
include("user_common.php");
|
||||
include("debug.php");
|
||||
require_once ("constant.php");
|
||||
require_once ("postgres.php");
|
||||
require_once ("user_common.php");
|
||||
require_once ("debug.php");
|
||||
require_once('class_dossier.php');
|
||||
$gDossier=dossier::id();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue