forked from junstor/memadmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
executable file
·55 lines (38 loc) · 1.09 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
MemAdmin v 1.0.11
2012/6/6
Installation :
1. Download MemAdmin from http://www.junopen.com/memadmin
2. Unzip the files into your web root
3. Set your username and password in the config.php
4. Visit the index.php in your browser : http://example.com/memadmin/index.php
BUGs Report : [email protected]
Changelog :
v1.0.12 -- 2012/8/15
* fix a refer bux
v1.0.11 -- 2012/6/6
* fix expire time bug
v1.0.10 -- 2012/4/17
* fix a bug when session.auto_start=1
v1.0.9 -- 2012/2/4
* fix five bugs
* Add charset support
* Add touch command support
* Compatible with memcached v1.4.11/v1.4.12/v1.4.13
v1.0.8 -- 2011/11/9
* fix two bugs
v1.0.7 -- 2011/11/8
* fix one bug
v1.0.6 -- 2011/10/9
* fix two bugs
v1.0.5 -- 2011/8/24
* Add Refresh Button
v1.0.4 -- 2011/8/21
* Htmlspecialchars for Key & Value
v1.0.3 -- 2011/8/20
* Compatible with memcached v1.4.7
* Add English support
v1.0.2 -- 2011/8/18
* Add stripslashes in GetList.php
* The regular expression demo div fit the body width
v1.0.1 -- 2011/8/10
* Basic Version