File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33 define ('DS ' , DIRECTORY_SEPARATOR );
44 define ('ROOT ' , __DIR__ . \DS . '.. ' . \DS . 'app ' . \DS );
55}
6- $ config = include ROOT . 'config/config.php ' ;
6+ $ config = include ROOT . 'cache/ config/config.cache .php ' ;
77$ sConfig = include __DIR__ . \DS . 'config.php ' ;
88$ config ["siteUrl " ] = 'http:// ' . $ sConfig ['host ' ] . ': ' . $ sConfig ['port ' ] . '/ ' ;
99$ config ['sessionName ' ] = $ sConfig ['sessionName ' ];
Original file line number Diff line number Diff line change 44 define ('DS ' , DIRECTORY_SEPARATOR );
55 define ('ROOT ' , __DIR__ . \DS . '.. ' . \DS . 'app ' . \DS );
66}
7- $ config = include ROOT . 'config/config.php ' ;
7+ $ config = include ROOT . 'cache/ config/config.cache .php ' ;
88$ sConfig = include __DIR__ . \DS . 'ngx-config.php ' ;
99$ config ["sessionName " ] = $ sConfig ["sessionName " ];
1010$ address = $ sConfig ['host ' ] . ': ' . $ sConfig ['port ' ];
Original file line number Diff line number Diff line change 66 define ( 'DS ' , DIRECTORY_SEPARATOR );
77 define ( 'ROOT ' , __DIR__ . \DS .'.. ' .\DS . 'app ' . \DS );
88}
9- $ config =include ROOT .'config/config.php ' ;
9+ $ config =include ROOT .'cache/ config/config.cache .php ' ;
1010$ sConfig = include __DIR__ .\DS .'react-config.php ' ;
1111$ config ["sessionName " ]=$ sConfig ["sessionName " ];
1212$ address =$ sConfig ['host ' ].': ' .$ sConfig ['port ' ];
Original file line number Diff line number Diff line change 66 define ( 'DS ' , DIRECTORY_SEPARATOR );
77 define ( 'ROOT ' , __DIR__ . \DS .'.. ' .\DS . 'app ' . \DS );
88}
9- $ config =include ROOT .'config/config.php ' ;
9+ $ config =include ROOT .'cache/ config/config.cache .php ' ;
1010$ sConfig = include __DIR__ .\DS .'swoole-config.php ' ;
1111$ config ["sessionName " ]=$ sConfig ["sessionName " ];
1212$ address =$ sConfig ['host ' ].': ' .$ sConfig ['port ' ];
Original file line number Diff line number Diff line change 66 define ( 'DS ' , DIRECTORY_SEPARATOR );
77 define ( 'ROOT ' , __DIR__ . \DS .'.. ' .\DS . 'app ' . \DS );
88}
9- $ config =include ROOT .'config/config.php ' ;
9+ $ config =include ROOT .'cache/ config/config.cache .php ' ;
1010$ sConfig = include __DIR__ .\DS .'workerman-config.php ' ;
1111$ config ["sessionName " ]=$ sConfig ["sessionName " ];
1212$ address =$ sConfig ['host ' ].': ' .$ sConfig ['port ' ];
You can’t perform that action at this time.
0 commit comments