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
15f25c59
Commit
15f25c59
authored
Aug 30, 2021
by
esf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分站
parent
12bd4f2e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
pic_model.php
new_admincp/applications/zsb/models/pic_model.php
+1
-1
No files found.
new_admincp/applications/zsb/models/pic_model.php
View file @
15f25c59
...
...
@@ -531,7 +531,7 @@ class Pic_model extends MY_Model {
$this->uf->setWatermarkPosition("rb");
$this->uf->setWatermarkImage("http://guanli.house365.com/images/sy2.png");//水印
*/
$this
->
uf
->
setWatermark
(
tru
e
);
//暂时不打水印 by zain 2018-9-26
$this
->
uf
->
setWatermark
(
fals
e
);
//暂时不打水印 by zain 2018-9-26
$this
->
uf
->
setWatermarkType
(
2
);
$logo
=
$_SERVER
[
'DOCUMENT_ROOT'
]
.
"/source/zsb/images/v1.0/logo_watermark.png"
;
$this
->
uf
->
setWatermarkImage
(
$logo
);
//水印
...
...
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