Themes, Templates and Scripts

Codecanyon Mighty URL Shortener v2.0.1 - Short URL Script NULLED

Submitted by saif0506, , Thread ID: 32288

Thread Closed

RE: Mighty URL Shortener v2.0.1 - Short URL Script NULLED

HeinHtetKyaw
Novice
Level:
0
Reputation:
0
Posts:
27
Likes:
1
Credits:
11
27-02-2020, 12:48 PM
#18
03-04-2018, 09:53 AM
Zenternal Wrote:
Since n0stix doesn't want to explain the fix, here you go.
/src/Controller/Admin/AppAdminController.php

find:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return true;
    }
    return false;
  }

And change it to:
Code:
protected function redirect_for_license_activate()
  {
    if (require_database_upgrade()) {
      return false;
    }

    $Activation = TableRegistry::get('Activation');
    if ($Activation->checkLicense() === false && $this->request->params['controller'] !== 'Activation') {
      return false;
    }
    return false;
  }

what if everything I click on save is blank page? :( I wanna know about fix.

Users browsing this thread: 2 Guest(s)