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