- renamed "eve_universe.zip" file

- updated "info_panel.html"
This commit is contained in:
Mark Friedrich
2018-07-20 14:44:31 +02:00
parent b42c6af65f
commit c99179e25e
8 changed files with 7 additions and 10 deletions

View File

@@ -59,7 +59,7 @@ class Setup extends Controller\Controller {
$controller = new Controller\Ccp\Universe();
switch($type){
case 'Systems':
$length = 200;
$length = 100;
$offset = $count * $length;
$buildInfo = $controller->buildSystemsIndex($offset, $length);
$return->countAll = $buildInfo['countAll'];