Files
oc-server3/htdocs/xml/ocxml13.php
T
following 6372cbcf9d xml interface update
- fixed version 1.2 dtd
- added log types 9..12 to version 1.3
2013-05-12 12:23:09 +02:00

14 lines
318 B
PHP

<?php
/***************************************************************************
./xml/ocxml13.php
For license information see doc/license.txt
Unicode Reminder メモ
***************************************************************************/
$ocxmlversion = 13;
include("ocxml11.php");
?>