diff options
| author | Simon Rettberg | 2019-01-15 14:33:58 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2019-01-15 14:33:58 +0100 |
| commit | a63f9beefb1f09a3595e3b67dea9bd0390699457 (patch) | |
| tree | e0f034e3f67b0880a670bdf4cadc8c38310afe90 | |
| parent | [dozmod] Re-allow old resources for migration (diff) | |
| download | slx-admin-a63f9beefb1f09a3595e3b67dea9bd0390699457.tar.gz slx-admin-a63f9beefb1f09a3595e3b67dea9bd0390699457.tar.xz slx-admin-a63f9beefb1f09a3595e3b67dea9bd0390699457.zip | |
[dozmod] Re-allow old resources for migration
| -rw-r--r-- | modules-available/dozmod/api.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dozmod/api.inc.php b/modules-available/dozmod/api.inc.php index c8139fbb..74934dc9 100644 --- a/modules-available/dozmod/api.inc.php +++ b/modules-available/dozmod/api.inc.php @@ -17,7 +17,7 @@ if (!Module::isAvailable('locations')) { define('LIST_URL', CONFIG_DOZMOD_URL . '/vmchooser/list'); define('VMX_URL', CONFIG_DOZMOD_URL . '/vmchooser/lecture'); -$availableRessources = ['list', 'vmx', 'netrules', 'runscript', 'metadata']; +$availableRessources = ['list', 'vmx', 'netrules', 'runscript', 'metadata', 'netshares']; /* BEGIN: A simple caching mechanism ---------------------------- */ |
