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