mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-04 10:14:13 +08:00
4 lines
76 B
PHP
Executable file
4 lines
76 B
PHP
Executable file
<?php
|
|
|
|
ob_clean();
|
|
header('Location: index.php?module=Users&action=Login');
|