add forum, member module
This commit is contained in:
parent
b266c90090
commit
7df2f9d986
4 changed files with 7 additions and 1 deletions
2
forum.php
Normal file
2
forum.php
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
echo "forum module";
|
2
forum/index.php
Normal file
2
forum/index.php
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
header("Location: ../forum.php");
|
2
member.php
Normal file
2
member.php
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
echo "member module";
|
|
@ -1,2 +1,2 @@
|
|||
<?php
|
||||
echo "wait";
|
||||
header("Location: ../member.php");
|
||||
|
|
Loading…
Reference in a new issue