Changeset 885770
- Timestamp:
- 04/01/2014 05:08:10 PM (12 years ago)
- File:
-
- 1 edited
-
instamojo/trunk/option.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
instamojo/trunk/option.php
r885571 r885770 250 250 } 251 251 252 public function username_callback()253 {254 echo '<input type="text" name="instamojo_credentials[username]" />';255 }256 257 public function password_callback()258 {259 echo '<input type="password" name="instamojo_credentials[password]" />';260 }261 262 252 private function revoke_token($auth_token) 263 253 {
Note: See TracChangeset
for help on using the changeset viewer.