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;
|
||||
}
|
||||
}
|
@@ -43,6 +43,7 @@ class ProjectManager{
|
||||
$dbProj['name'],
|
||||
$dbProj['description'],
|
||||
$dbProj['owner'],
|
||||
$dbProj['owneruname'],
|
||||
$dbProj['active']
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user