This commit is contained in:
2023-01-21 20:58:14 -05:00
parent b3e5d5c37c
commit e880b389be
9 changed files with 15766 additions and 140 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class App extends BaseConfig
*
* @var string
*/
public $indexPage = 'index.php';
public $indexPage = ''; //'index.php';
/**
* --------------------------------------------------------------------------
+1
View File
@@ -37,6 +37,7 @@ $routes->set404Override();
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('dash', 'Dash::index');
$routes->get('contacts', 'Dash::contacts');
$routes->post('startlogin', 'Home::startlogin');
/*