mirror of
https://github.com/avecms/AVE.cms.git
synced 2025-01-22 15:30:07 +00:00
6 lines
54 B
PHP
6 lines
54 B
PHP
|
<?php
|
||
|
|
||
|
header('Location:../index.php?id=2');
|
||
|
exit;
|
||
|
|
||
|
?>
|