diff --git a/config/dependencies-dist.php b/config/dependencies-dist.php index ff9ba4f..491a8b3 100644 --- a/config/dependencies-dist.php +++ b/config/dependencies-dist.php @@ -133,7 +133,7 @@ //////////////////////////////////////////////////////////////////////////// // Start Vespula.Auth LDAP Authentication setup //////////////////////////////////////////////////////////////////////////// - $container['vespula_auth'] = function () { + $container['vespula_auth'] = function ($c) { //Optionally pass a maximum idle time and a time until the session //expires (in seconds) diff --git a/public/index-dist.php b/public/index-dist.php index f268934..3a270b3 100644 --- a/public/index-dist.php +++ b/public/index-dist.php @@ -88,10 +88,68 @@ function s3MVC_PrependAction2ActionMethodName($action_method_name) { $app_settings_file_path_rel = '.'.DIRECTORY_SEPARATOR."config". DIRECTORY_SEPARATOR.'app-settings.php'; $app_settings_dist_file_path_rel = '.'.DIRECTORY_SEPARATOR."config". DIRECTORY_SEPARATOR.'app-settings-dist.php'; - echo "
Please copy `$app_settings_dist_file_path_rel` to `$app_settings_file_path_rel`" - . " and configure `$app_settings_file_path_rel` to suit your application's current environment.
" - . "
+ Please copy `$app_settings_dist_file_path_rel` to
+ `$app_settings_file_path_rel` and configure
+ `$app_settings_file_path_rel` for your
+ application's current environment.
+
Goodbye!!!
+
+ Please check server log file for details.
+
Goodbye!!!
+