Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Phpvarious authored Oct 6, 2024
1 parent 2eb8e1e commit 93bcad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -185,14 +185,14 @@ function mobile_update()
'v2app.png', 'v2ConnectBox.jpeg', 'v2FullMenu.jpeg',
'v2MenuBoxs.jpeg', 'v2ModalMenuCustom.png', 'v2ModifyLittleRadius.jpeg',
'v2ZoneInactive.jpeg'];

/*
foreach ($oldDocsImgs as $oldDocsImg) {
if (file_exists(dirname(__FILE__) . '/../docs/images/' . $oldDocsImg)) {
log::add('mobile', 'debug', '| Removing old doc image : ' . dirname(__FILE__) . '/../core/img/' . $oldDocsImg);
shell_exec('rm ' . dirname(__FILE__) . '/../docs/images/' . str_replace(' ', '\\ ', $oldDocsImg));
}
}

*/
/* Generate ApiKey if no exist */
jeedom::getApiKey('mobile');

Expand Down

0 comments on commit 93bcad2

Please sign in to comment.