Explorar o código

Plugin directory path safer

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
5ad8aafae8
Modificáronse 1 ficheiros con 1 adicións e 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);