diff options
| author | 2013-12-21 14:33:21 +0100 | |
|---|---|---|
| committer | 2013-12-21 14:33:21 +0100 | |
| commit | 385b5b1b40ee029f6f828c4c3076d2a6949d600c (patch) | |
| tree | eab2b7e3d4b8d25b8bd8afbe6bfa58bc1e5c881f /lib/Minz/FrontController.php | |
| parent | 3e64c3689efa42d2d7f82dd40ccad59747b54c63 (diff) | |
Install.php : permet d'être relancé sur une installation existante en chargeant les paramètres existants
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/255
Vérifier base_url et token, que je n'ai pas re-testés.
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index eb9835fe5..8e9c511a6 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -32,7 +32,7 @@ class Minz_FrontController { */ public function __construct () { if (LOG_PATH === false) { - $this->killApp ('Path doesn\'t exist : LOG_PATH'); + $this->killApp ('Path doesn’t exist : LOG_PATH'); } try { |
