HomeHelpTrac

Changeset 13257 for trunk/administration


Ignore:
Timestamp:
11/17/09 05:25:55 (3 years ago)
Author:
Anton Lesnikov
Message:

New System and Profile alerts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/index.php

    r13206 r13257  
    3232    $iId = getID($_POST['ID']); 
    3333    $sPassword = process_pass_data($_POST['Password']); 
     34     
     35    require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolAlerts.php'); 
     36    $oZ = new BxDolAlerts('profile', 'before_login', 0, 0, array('login' => $iId, 'password' => $sPassword, 'ip' => getVisitorIP())); 
     37    $oZ->alert(); 
    3438 
    3539    if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') { 
Note: See TracChangeset for help on using the changeset viewer.