mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-05-19 08:00:33 +00:00
first commit
This commit is contained in:
Executable
+12
@@ -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