Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
noblogs-wp
Commits
00795fa3
Commit
00795fa3
authored
Jun 04, 2011
by
root
Committed by
agata
Oct 17, 2019
Browse files
Modifica path temporanea next gen gallery
parent
6bf55211
Changes
1
Show whitespace changes
Inline
Side-by-side
wp-content/plugins/nextgen-gallery/admin/functions.php
View file @
00795fa3
...
...
@@ -2,7 +2,7 @@
if
(
preg_match
(
'#'
.
basename
(
__FILE__
)
.
'#'
,
$_SERVER
[
'PHP_SELF'
]))
{
die
(
'You are not allowed to call this page directly.'
);
}
// Temporary file reservoir, which should exist and be property of www-data. Needed to bypass open_basedir
define
(
'NEXTGEN_TMP_FILES'
,
'/opt/noblogs/tmp/'
);
define
(
'NEXTGEN_TMP_FILES'
,
'/opt/noblogs/
www/wp-content/
tmp/'
);
/**
* nggAdmin - Class for admin operation
*
...
...
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