- Временно отключены лишние скрипты

parent 54adfedf
...@@ -65,8 +65,8 @@ abstract class BaseController extends Controller ...@@ -65,8 +65,8 @@ abstract class BaseController extends Controller
public function beforeAction($action) public function beforeAction($action)
{ {
TriggerLogs::logAction(); TriggerLogs::logAction();
CheckPresenceTime::init()->initScript(); // CheckPresenceTime::init()->initScript();
CheckScrolling::init()->initScript(); // CheckScrolling::init()->initScript();
/*if(substr($currentUrl, -1) == '/' && $currentUrl!="/") { /*if(substr($currentUrl, -1) == '/' && $currentUrl!="/") {
$urlWithoutSlash = substr($currentUrl, 0, -1); $urlWithoutSlash = substr($currentUrl, 0, -1);
return $this->redirect($urlWithoutSlash,true,301); return $this->redirect($urlWithoutSlash,true,301);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment