first commit
This commit is contained in:
9
admin/ajax/users.php
Normal file
9
admin/ajax/users.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
$a = \S::get( 'a' );
|
||||
|
||||
if ( $a == 'check_login' )
|
||||
{
|
||||
$response = \admin\factory\Users::check_login( \S::get( 'login' ), \S::get( 'user_id' ) );
|
||||
echo json_encode( $response );
|
||||
exit;
|
||||
}
|
||||
Reference in New Issue
Block a user