File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 98
98
"smtp_tls" : false ,
99
99
"smtp_user" : " "
100
100
},
101
- "memcache" : {
102
- "connect_timeout" : 1.0 ,
103
- "tcp_nodelay" : true ,
104
- "servers" : [
105
- {
106
- "hostname" : " localhost" ,
107
- "port" : 11211
108
- }
109
- ]
110
- },
111
101
"mysql" : {
112
102
"character_set" : " utf8" ,
113
103
"database" : " bnetdocs_phoenix" ,
Original file line number Diff line number Diff line change 24
24
use \BNETDocs \Libraries \BlizzardChecker ;
25
25
use \BNETDocs \Libraries \Logger ;
26
26
use \BNETDocs \Libraries \VersionInfo ;
27
- use \CarlBennett \MVC \Libraries \Cache ;
28
27
use \CarlBennett \MVC \Libraries \Common ;
29
28
use \CarlBennett \MVC \Libraries \DatabaseDriver ;
30
29
use \CarlBennett \MVC \Libraries \GlobalErrorHandler ;
@@ -54,12 +53,6 @@ function main() {
54
53
// Common::$config because we may need access tokens from the config.
55
54
Logger::initialize ();
56
55
57
- Common::$ cache = new Cache (
58
- Common::$ config ->memcache ->servers ,
59
- Common::$ config ->memcache ->connect_timeout ,
60
- Common::$ config ->memcache ->tcp_nodelay
61
- );
62
-
63
56
Common::$ database = null ;
64
57
65
58
DatabaseDriver::$ character_set = Common::$ config ->mysql ->character_set ;
You can’t perform that action at this time.
0 commit comments