Explorar o código

Fix #34, now showing an error message

Maurice Meyer %!s(int64=8) %!d(string=hai) anos
pai
achega
4c4269c1fa
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      api/install.php

+ 7 - 0
api/install.php

@@ -18,6 +18,13 @@ if(file_exists("../config/config-user.php")) {
     echo "Permission denied!";
     echo "Permission denied!";
     exit();
     exit();
 }
 }
+
+if(!(is_writable("../config"))) {
+    $retval['status'] = "error";
+    $retval['message'] = "Can't write to the config directory, please check the file system permissions";
+    die(json_encode($retval));
+}
+
 //Get input
 //Get input
 $input = json_decode(file_get_contents('php://input'));
 $input = json_decode(file_get_contents('php://input'));
 //Database command
 //Database command