Removing deprecated references and files
This commit is contained in:
@@ -26,12 +26,6 @@ class PmGoogleApi
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$licensedFeatures = PMLicensedFeatures::getSingleton();
|
||||
if (!($licensedFeatures->verifyfeature('7qhYmF1eDJWcEdwcUZpT0k4S0xTRStvdz09') || $licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M='))) {
|
||||
G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_PAGE', 'error', 'labels');
|
||||
G::header('location: ../login/login');
|
||||
die;
|
||||
}
|
||||
$this->loadSettings();
|
||||
}
|
||||
|
||||
@@ -91,10 +85,6 @@ class PmGoogleApi
|
||||
|
||||
public function setServiceGmailStatus($status)
|
||||
{
|
||||
$licensedFeatures = PMLicensedFeatures::getSingleton();
|
||||
if (!$licensedFeatures->verifyfeature('7qhYmF1eDJWcEdwcUZpT0k4S0xTRStvdz09')) {
|
||||
$status = false;
|
||||
}
|
||||
$this->setConfigGmail('serviceGmailStatus', $status);
|
||||
$this->serviceGmailStatus = $status;
|
||||
}
|
||||
@@ -106,10 +96,6 @@ class PmGoogleApi
|
||||
|
||||
public function setServiceDriveStatus($status)
|
||||
{
|
||||
$licensedFeatures = PMLicensedFeatures::getSingleton();
|
||||
if (!$licensedFeatures->verifyfeature('AhKNjBEVXZlWUFpWE8wVTREQ0FObmo0aTdhVzhvalFic1M=')) {
|
||||
$status = false;
|
||||
}
|
||||
$this->setConfigGmail('serviceDriveStatus', $status);
|
||||
$this->serviceDriveStatus = $status;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user