* [ADD] Closes #91. New feature that allows to generate an image for the account password . Thanks to @TitovLab

This commit is contained in:
nuxsmin
2015-08-03 03:23:23 +02:00
parent ebae60bc3f
commit 4d0ea598ba
15 changed files with 229 additions and 50 deletions

View File

@@ -104,6 +104,7 @@ class ConfigC extends Controller implements ActionsInterface
// Accounts
$this->view->assign('chkGlobalSearch', (\SP\Config::getValue('globalsearch')) ? 'checked="checked"' : '');
$this->view->assign('chkResultsAsCards', (\SP\Config::getValue('resultsascards')) ? 'checked="checked"' : '');
$this->view->assign('chkAccountPassToImage', (\SP\Config::getValue('account_passtoimage')) ? 'checked="checked"' : '');
$this->view->assign('chkAccountLink', (\SP\Config::getValue('account_link')) ? 'checked="checked"' : '');
$this->view->assign('accountCount', \SP\Config::getValue('account_count'));