add forum, member module

This commit is contained in:
doudoudzj 2019-06-15 16:04:02 +08:00
parent b266c90090
commit 7df2f9d986
4 changed files with 7 additions and 1 deletions

2
forum.php Normal file
View file

@ -0,0 +1,2 @@
<?php
echo "forum module";

2
forum/index.php Normal file
View file

@ -0,0 +1,2 @@
<?php
header("Location: ../forum.php");

2
member.php Normal file
View file

@ -0,0 +1,2 @@
<?php
echo "member module";

View file

@ -1,2 +1,2 @@
<?php
echo "wait";
header("Location: ../member.php");