This commit is contained in:
Jyoti S 2024-10-02 07:50:28 +05:30 committed by GitHub
commit ff46c5c488
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ class Redirect {
public static function admin()
{
header('Cache-Control: no-store');
self::url(HTML_PATH_ADMIN_ROOT);
}
}
}