diff options
Diffstat (limited to 'php/node.php')
-rw-r--r-- | php/node.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php/node.php b/php/node.php index dfe1297..d434f1c 100644 --- a/php/node.php +++ b/php/node.php @@ -15,6 +15,7 @@ require_once "user.php"; public $node_id; public $code; public $password; + public $is_public; } /*path is in terms of the simulated filesystem*/ /*returns NULL on error*/ |