mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-02 22:06:08 +00:00
first commit
This commit is contained in:
12
cgi-bin/loadGraph.php
Executable file
12
cgi-bin/loadGraph.php
Executable file
@@ -0,0 +1,12 @@
|
||||
<?
|
||||
include ("saveGraphHelpers.php");
|
||||
|
||||
$name = $_GET["name"];
|
||||
|
||||
if (isValidName($name))
|
||||
{
|
||||
echo (gzuncompress(file_get_contents(getXMLFileName($name))));
|
||||
}
|
||||
|
||||
echo ("");
|
||||
?>
|
||||
Reference in New Issue
Block a user