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