Skip to content

Commit

Permalink
Added setting for password protected paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lútsen Stellingwerff committed May 9, 2017
1 parent ad7c4c5 commit cfce8d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config_example.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@
'admin' => 'password'
);

/**
* @var string[] An array of the paths protected by the user password combination.
*/
$protected = array(
'/admin'
);

/**
* @const ERROR_REPORTING Enable or disable error reporting.
*/
Expand Down

0 comments on commit cfce8d1

Please sign in to comment.