Maurits van der Schee 8 years ago
parent
commit
d1a2b29af4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      login_token.php

+ 1
- 1
login_token.php View File

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

Loading…
Cancel
Save