Updated project class due to conflicts when updating, changed version, updated update script.

This commit is contained in:
xevidos 2018-12-11 18:56:27 -05:00
parent 485c099fe4
commit f982941047
4 changed files with 788 additions and 788 deletions

View File

@ -37,7 +37,6 @@ class Project extends Common {
public function __construct() {
$this->projects = $this->get_projects();
}
//////////////////////////////////////////////////////////////////

View File

@ -17,6 +17,7 @@ require_once('./class.project.php');
checkSession();
$Project = new Project();
$Project->projects = $this->get_projects();
if( $_GET['action'] == 'add_user' ) {

View File

@ -12,7 +12,7 @@ class Update {
// CONSTANTS
//////////////////////////////////////////////////////////////////
CONST VERSION = "v.2.9.2";
CONST VERSION = "v.2.9.3";
//////////////////////////////////////////////////////////////////
// PROPERTIES

File diff suppressed because it is too large Load Diff