Explorar el Código

Plugin directory path safer

DricomDragon hace 5 años
padre
commit
5ad8aafae8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Install/Templates/config.php

+ 1 - 1
Install/Templates/config.php

@@ -10,5 +10,5 @@ define('DB_HOSTNAME', 'localhost');
 define('DB_NAME', 'kanboard_db');
 
 // Plugins
-define('PLUGINS_DIR', 'data/plugins');
+define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins');
 define('PLUGIN_INSTALLER', true);