mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Added test size settings for vertices and edges.
This commit is contained in:
@@ -73,6 +73,12 @@ if (isset($_POST["submit"]) && $_POST["submit"] == "delete1YImages")
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
// Ignore test graphs
|
||||
if (str_ends_with ($item["id"], "_test"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (unlink($file))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user