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 9898 "smtp_tls" : false ,
9999 "smtp_user" : " "
100100 },
101- "memcache" : {
102- "connect_timeout" : 1.0 ,
103- "tcp_nodelay" : true ,
104- "servers" : [
105- {
106- "hostname" : " localhost" ,
107- "port" : 11211
108- }
109- ]
110- },
111101 "mysql" : {
112102 "character_set" : " utf8" ,
113103 "database" : " bnetdocs_phoenix" ,
Original file line number Diff line number Diff line change 2424use \BNETDocs \Libraries \BlizzardChecker ;
2525use \BNETDocs \Libraries \Logger ;
2626use \BNETDocs \Libraries \VersionInfo ;
27- use \CarlBennett \MVC \Libraries \Cache ;
2827use \CarlBennett \MVC \Libraries \Common ;
2928use \CarlBennett \MVC \Libraries \DatabaseDriver ;
3029use \CarlBennett \MVC \Libraries \GlobalErrorHandler ;
@@ -54,12 +53,6 @@ function main() {
5453 // Common::$config because we may need access tokens from the config.
5554 Logger::initialize ();
5655
57- Common::$ cache = new Cache (
58- Common::$ config ->memcache ->servers ,
59- Common::$ config ->memcache ->connect_timeout ,
60- Common::$ config ->memcache ->tcp_nodelay
61- );
62-
6356 Common::$ database = null ;
6457
6558 DatabaseDriver::$ character_set = Common::$ config ->mysql ->character_set ;
You can’t perform that action at this time.
0 commit comments