From e900401f5d3968f54faa866a0e4a37eb072e9443 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Mon, 18 May 2015 14:30:43 +0200 Subject: [PATCH] Fixed issue: Wrong informations in the error message, changed chmod rights --- index.php | 2 +- tmp/assets/index.html | 0 tmp/index.html | 0 tmp/readme.txt | 0 tmp/runtime/cache/index.html | 0 tmp/runtime/index.html | 0 tmp/upload/index.html | 0 7 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tmp/assets/index.html mode change 100644 => 100755 tmp/index.html mode change 100644 => 100755 tmp/readme.txt mode change 100644 => 100755 tmp/runtime/cache/index.html mode change 100644 => 100755 tmp/runtime/index.html mode change 100644 => 100755 tmp/upload/index.html diff --git a/index.php b/index.php index 76465227956..85fa96dd711 100644 --- a/index.php +++ b/index.php @@ -192,7 +192,7 @@ $runtimePath = $config['runtimePath']; if (!is_dir($runtimePath) || !is_writable($runtimePath)) { // @@TODO: present html page styled like the installer - die (sprintf('%s should be writable by the webserver (755 or 775).', $runtimePath)); + die (sprintf('%s should be writable by the webserver (766 or 776).', $runtimePath)); } } diff --git a/tmp/assets/index.html b/tmp/assets/index.html old mode 100644 new mode 100755 diff --git a/tmp/index.html b/tmp/index.html old mode 100644 new mode 100755 diff --git a/tmp/readme.txt b/tmp/readme.txt old mode 100644 new mode 100755 diff --git a/tmp/runtime/cache/index.html b/tmp/runtime/cache/index.html old mode 100644 new mode 100755 diff --git a/tmp/runtime/index.html b/tmp/runtime/index.html old mode 100644 new mode 100755 diff --git a/tmp/upload/index.html b/tmp/upload/index.html old mode 100644 new mode 100755