This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php | |
<?php | |
/* | |
* Decrypt symmetric encrypted passwords of plesk stored in "psa" database in table "accounts" | |
* Script has to be run on the plesk server locally | |
* | |
* /usr/local/sbin/decrypt-sym | |
* | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Arrayobservers = SC.Application.create({ | |
NAMESPACE: 'Arrayobservers', | |
VERSION: '0.1.0', | |
store: SC.Store.create().from(SC.Record.fixtures) | |
}); |