diff --git a/apps/helloworld/Hello/conf/hello.php b/apps/helloworld/Hello/conf/hello.php index 28a3e4d..244fae4 100644 --- a/apps/helloworld/Hello/conf/hello.php +++ b/apps/helloworld/Hello/conf/hello.php @@ -1,4 +1,5 @@ dirname(__FILE__).'/urls.php'); +return array('hello_urls' => dirname(__FILE__).'/urls.php', + 'debug' => true); diff --git a/apps/helloworld/index.php b/apps/helloworld/index.php index 17e3cfd..b17ceff 100644 --- a/apps/helloworld/index.php +++ b/apps/helloworld/index.php @@ -1,5 +1,5 @@