k2auth.php 398 Bytes
<?php

    
    $this->check_active = true;
   // $this->check_email = true;
     $this->go_after='/?comp=dp2pub&c=auth';
    
    $this->temp_noauth ='<a class="dropdown-item" href="/?p=auth">Вхід </a>
                        ';
   
    $this->temp_auth = '<a href=\'/?p=unlogin\' class="dropdown-item"><span class="glyphicon glyphicon-log-out" aria-hidden="true"></span> Вихід</a>';