We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b331bb commit 6d91b94Copy full SHA for 6d91b94
application/libs/application.php
@@ -26,7 +26,7 @@ public function __construct()
26
// create array with URL parts in $url
27
$this->splitUrl();
28
29
- // check for controller: does such an controller exist ?
+ // check for controller: does such a controller exist ?
30
if (file_exists('./application/controller/' . $this->url_controller . '.php')) {
31
32
// if so, then load this file and create this controller
0 commit comments