Changeset 13257 for trunk/administration
- Timestamp:
- 11/17/09 05:25:55 (3 years ago)
- File:
-
- 1 edited
-
trunk/administration/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/index.php
r13206 r13257 32 32 $iId = getID($_POST['ID']); 33 33 $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(); 34 38 35 39 if($_SERVER['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest') {
Note: See TracChangeset
for help on using the changeset viewer.