mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Moved php from cgi-bin to backend
This commit is contained in:
14
backend/loadGraph.php
Normal file
14
backend/loadGraph.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
include ("../core/config/main.php");
|
||||
include ("saveGraphHelpers.php");
|
||||
|
||||
$name = $_GET["name"];
|
||||
|
||||
if (isValidName($name))
|
||||
{
|
||||
echo (gzuncompress(file_get_contents(getXMLFileName($name))));
|
||||
}
|
||||
|
||||
echo ("");
|
||||
?>
|
||||
Reference in New Issue
Block a user