@@ -4,7 +4,7 @@
require 'api.php';
$auth = new PHP_API_AUTH(array(
- 'secret'=>'someVeryLongPassPhrase',
+ 'secret'=>'someVeryLongPassPhraseChangeMe',
'authenticator'=>function($user,$pass){ $_SESSION['user']=($user=='admin' && $pass=='admin'); }
));
$auth->executeCommand();