Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
fenzhan_zsb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esf
fenzhan_zsb
Commits
f906b9c0
Commit
f906b9c0
authored
Aug 13, 2020
by
zhangkuanguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memcache
parent
049b9a56
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
memcached.php
new_admincp/applications/zsb/config/memcached.php
+1
-1
ZSB_growth.php
new_admincp/applications/zsb/libraries/ZSB_growth.php
+1
-1
No files found.
new_admincp/applications/zsb/config/memcached.php
View file @
f906b9c0
...
@@ -75,7 +75,7 @@ function rand_server(){
...
@@ -75,7 +75,7 @@ function rand_server(){
$key = array_rand($ips);
$key = array_rand($ips);
return $ips[$key];
return $ips[$key];
*/
*/
return
'1
72.17.1.97
'
;
return
'1
27.0.0.1
'
;
}
}
...
...
new_admincp/applications/zsb/libraries/ZSB_growth.php
View file @
f906b9c0
...
@@ -113,7 +113,7 @@ class ZSB_growth {
...
@@ -113,7 +113,7 @@ class ZSB_growth {
$key = array_rand($ips);
$key = array_rand($ips);
return $ips[$key];*/
return $ips[$key];*/
return
'1
72.17.1.97
'
;
return
'1
27.0.0.1
'
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment