Browse Source

add forum, member module

doudoudzj 6 years ago
parent
commit
7df2f9d986
4 changed files with 7 additions and 1 deletions
  1. 2 0
      forum.php
  2. 2 0
      forum/index.php
  3. 2 0
      member.php
  4. 1 1
      member/index.php

+ 2 - 0
forum.php

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

+ 2 - 0
forum/index.php

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

+ 2 - 0
member.php

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

+ 1 - 1
member/index.php

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