Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
photos
Commits
05637e42
Commit
05637e42
authored
Jul 20, 2014
by
Tobias Reich
Browse files
sha1 instead of md5 #179
parent
7b241469
Changes
1
Hide whitespace changes
Inline
Side-by-side
php/modules/Photo.php
View file @
05637e42
...
...
@@ -159,7 +159,7 @@ class Photo extends Module {
'"
.
$albumID
.
"',
'"
.
$public
.
"',
'"
.
$star
.
"',
'"
.
md5
_file
(
$path
)
.
"');"
;
'"
.
sha1
_file
(
$path
)
.
"');"
;
$result
=
$this
->
database
->
query
(
$query
);
if
(
!
$result
)
{
...
...
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