Files
inwestprofil.eu/admin/ajax/users.php
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +01:00

10 lines
194 B
PHP

<?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;
}