Skip to content

Commit 66a5778

Browse files
committed
目录迁移
1 parent 2619d9c commit 66a5778

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+27
-10
lines changed

README.md

Lines changed: 5 additions & 9 deletions
File renamed without changes.

webroot/apps/configs/cache.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: htf
5+
* Date: 15-7-31
6+
* Time: 下午7:11
7+
*/
File renamed without changes.

webroot/apps/controllers/Page.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: htf
5+
* Date: 15-7-31
6+
* Time: 下午7:07
7+
*/

client/index.html renamed to webroot/apps/templates/page/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</script>
7575
7676
<div class='container login'>
77-
<form action="main.html" method="get" class="well"
77+
<form action="../../../main.html" method="get" class="well"
7878
onsubmit="return checkForm(this)" style="height: 162px">
7979
<h3>Swoole WebIM(基于swoole扩展和框架开发的Web即时沟通工具)</h3>
8080
<input type="text" name="name" value="请输入一个昵称"
File renamed without changes.
File renamed without changes.

webroot/index.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
/**
3+
* Created by PhpStorm.
4+
* User: htf
5+
* Date: 15-7-31
6+
* Time: 下午7:06
7+
*/
File renamed without changes.

0 commit comments

Comments
 (0)