CMS Donate Engine v13.1.6 CMS DonateEngine v13.1.6

Refactoring code, cleaning variables. Part of the logic is placed in a separate router class. The personal theme has been fixed in the QIWI payment form.

sessions

settings

Если используется внешняя авторизация, замените ссылку с редиректом в конфигурационном файле config.php
$cfg['uprl'] = '/?redirectuser=';
на модуль профиля
$cfg['uprl'] = '/?page=redirect&redirectuser=';


In the MySQL product receipt module, the error is shown only to the administrator. Fixed a password recovery error. Improved deletion of open sessions. Statistics have been restored in the crown. Improving the admin panel.

To update replace the files with new ones.

Files with changes

  • shop/app/constants.php
  • shop/install/*.*
  • shop/admin/*.*
  • shop/app/msmod/*.*
  • shop/app/auth.php
  • shop/app/functions.php
  • shop/app/language/en/profile.php
  • shop/app/language/ru/profile.php
  • shop/app/lib/Acl.php
  • shop/app/lib/Cache.php
  • shop/app/lib/inventory/minecraft/RconGiveFromBasket.php
  • shop/app/lib/inventory/MySQL.php
  • shop/app/lib/memberData.php
  • shop/image.php
  • shop/index.php
  • shop/monitoring/index.php
  • shop/payments/qiwi.php
  • shop/style/gente/index.tpl
  • shop/style/gente/js/shop.js
  • shop/upload/mcSkin.php

New files

  • shop/app/lib/Router.php

With the template update.