mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Add dhtmlxGantt for gantt charts
This commit is contained in:
10
phpgwapi/js/dhtmlxGantt/samples/02_data_load/php/loadXML.php
Normal file
10
phpgwapi/js/dhtmlxGantt/samples/02_data_load/php/loadXML.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$file = realpath('..') . '\\' . $_GET['path'];
|
||||
|
||||
if (file_exists($file)) {
|
||||
header('Content-type: text/xml');
|
||||
readfile($file);
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user