added compute to index
This commit is contained in:
parent
82cae7df99
commit
e53410a587
1 changed files with 7 additions and 0 deletions
|
@ -34,5 +34,12 @@
|
||||||
$imageObject->action($action);
|
$imageObject->action($action);
|
||||||
$App->show();
|
$App->show();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "compute":
|
||||||
|
include_once("core/Compute.php");
|
||||||
|
$computeObject = new compute($App);
|
||||||
|
$computeObject->action($action);
|
||||||
|
$App->show();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue