PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
nextend-facebook-connect
/
providers
/
amazon
<?php class NextendSocialProviderAmazon extends NextendSocialProviderDummy { protected $color = '#2f292b'; public function __construct() { $this->id = 'amazon'; $this->label = 'Amazon'; $this->path = dirname(__FILE__); } } NextendSocialLogin::addProvider(new NextendSocialProviderAmazon());
[+]
..
[-] amazon.php
[edit]
[-] amazon.png
[edit]