Add project admin interface
This commit is contained in:
@@ -32,4 +32,8 @@ class Project{
|
||||
public function getOwnerUName(){
|
||||
return $this->owneruname;
|
||||
}
|
||||
|
||||
public function getActive(){
|
||||
return $this->active;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user