Hello, fyi this comment from outside forum, tested.
To null the code, you just have to do these steps:
edit: config.php Details to database connection:
Line #4 to #8
'host' => 'localhost',
'db' => 'modernpos',
'user' => 'admin',
'pass' => 'admin',
edit: purchase.php in "_inc\config\" this:
<?php defined('ENVIRONMENT') OR exit('No direct access allowed!');
return array('username'=>'','purchase_code'=>'');
to this:
<?php defined('ENVIRONMENT') OR exit('No direct access allowed!');
return array('username'=>'crystalpro','purchase_code'=>'93d33e46-325d-427
d-83d2-d0716e44f008');
And NOT put this in your credentials to activate because was baneed, just put this and voilá
edit: config.php
Line #2:
define('xINSTALLED', true);
to:
define('INSTALLED', true);
and import the database old... or new