isInstalled(); if (empty($_GET['entryPoint'])) { include "main.html"; } else { $app->runEntryPoint($_GET['entryPoint']); }