Add an uglyUrls option that disables URL rewriting (fixes #88)

This commit is contained in:
Pierre Rudloff 2017-01-10 23:37:29 +01:00
parent 4562c88859
commit 9f112c15b9
8 changed files with 162 additions and 0 deletions

View file

@ -75,6 +75,12 @@ class Config
*/
public $curl_params = [];
/**
* Disable URL rewriting.
* @var boolean
*/
public $uglyUrls = false;
/**
* YAML config file path.
*