Changeset 673 for trunk/services


Ignore:
Timestamp:
Mar 19, 2019 5:09:50 AM (5 years ago)
Author:
anonymous
Message:

Minor css changes

Location:
trunk/services
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/services/login.php

    r594 r673  
    5757        }
    5858        $app->raiseMsg(_("You are now logged in."), MSG_SUCCESS, __FILE__, __LINE__);
    59         $app->logMsg(sprintf('User %s successfully logged-in.', $frm['username']), LOG_INFO, __FILE__, __LINE__);
     59        $app->logMsg(sprintf('User %s successfully logged in.', $frm['username']), LOG_INFO, __FILE__, __LINE__);
    6060        $app->dieBoomerangURL('login');
    6161    } else {
  • trunk/services/logout.php

    r641 r673  
    5050
    5151if (!getFormData('nomsg')) {
    52     $app->raiseMsg(sprintf(_("Your session has been logged-out."), null), MSG_SUCCESS, __FILE__, __LINE__);
     52    $app->raiseMsg(sprintf(_("Your session has been logged out."), null), MSG_SUCCESS, __FILE__, __LINE__);
    5353}
    5454if (getFormData('next')) {
Note: See TracChangeset for help on using the changeset viewer.