mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-03-10 08:43:36 +00:00
6 lines
54 B
PHP
6 lines
54 B
PHP
|
<?php
|
||
|
|
||
|
header('Location:../index.php?id=2');
|
||
|
exit;
|
||
|
|
||
|
?>
|