Clean up
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ class App extends BaseConfig
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $indexPage = 'index.php';
|
||||
public $indexPage = ''; //'index.php';
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
||||
@@ -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');
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user