Download: maianguardian
Open "sys-controller.php"
Located here: /control/system/core/
Go to Line 389
Before:
// Initialise..
$MSWLIC = new mswLic();
define('LICENCE_VER', $MSWLIC->mswCheckLicence() );
After:
// Initialise..
$MSWLIC = new mswLic();
define('LICENCE_VER', 'unlocked' );
Now you can delete the "licence.lic" file, as it is no longer needed.
===================================
To change the FOOTERS:
In the Admin CP > Settings (top menu) > Manage Settings > Other > Footers
Enter anything you like in the FOOTER boxes, then hit "Update". This will remove the copyrighted information.
================================
Created : 2017-11-01 02:33:43, Last Modified : 2020-12-03 00:28:36