mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-05 07:16:17 +00:00
5 lines
73 B
PHP
Executable File
5 lines
73 B
PHP
Executable File
<?php
|
|
|
|
header("Location: " . SiteRoot('admin/login'));
|
|
exit();
|
|
?>
|