diff options
| author | 2014-12-28 18:05:02 +0100 | |
|---|---|---|
| committer | 2014-12-28 18:05:02 +0100 | |
| commit | c391ca62f1ad4130202b995bb5bb9111894e65ff (patch) | |
| tree | 77165b1b577bd1be269ed0a2b93dbd4944842860 /lib/Minz/FrontController.php | |
| parent | 039a83759d41615aaa593fa62deff4c25fc126a2 (diff) | |
Remove all old references to LOG_PATH
See https://github.com/FreshRSS/FreshRSS/issues/729
Diffstat (limited to 'lib/Minz/FrontController.php')
| -rw-r--r-- | lib/Minz/FrontController.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Minz/FrontController.php b/lib/Minz/FrontController.php index e95c56bf3..3dac1e438 100644 --- a/lib/Minz/FrontController.php +++ b/lib/Minz/FrontController.php @@ -30,10 +30,6 @@ class Minz_FrontController { * Initialise le dispatcher, met à jour la Request */ public function __construct () { - if (LOG_PATH === false) { - $this->killApp ('Path not found: LOG_PATH'); - } - try { Minz_Configuration::init (); |
