mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Added test size settings for vertices and edges.
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
// Only latic.
|
||||
function isValidName($name)
|
||||
{
|
||||
return preg_match("(^[a-zA-Z]+$)", $name);
|
||||
return preg_match("(^[a-zA-Z]+[_test]*$)", $name);
|
||||
}
|
||||
|
||||
|
||||
function getXMLFileName($graphName, $fromRoot=false)
|
||||
{
|
||||
global $g_config;
|
||||
|
||||
Reference in New Issue
Block a user