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