The new feature to enable downloading system information by @Radek-Suski and @phproberto will obfuscate certain information in the download.
For example the following values from the configuration file
log_path: xxxxxx
tmp_path: xxxxxx
But the same information is also downloaded as part of the folder permissions and is not obfuscated
Example
/Applications/MAMP/htdocs/joomla-cms-staging/logs: writable
/Applications/MAMP/htdocs/joomla-cms-staging/tmp: writable
To fix the error_log and the upload_tmp_dir we just need to add them to the phpInfoArray section of the protected $privateSettings
Not sure how to fix the directory path part from the folder permissions section
Labels |
Added:
?
|
Labels |
If you could do those two array elements would be appreciated Brian - then I'll repeatedly annoy @Radek-Suski until I get something back :D
give me 30
On 2 March 2016 at 00:03, George Wilson notifications@github.com wrote:
If you could do those two array elements would be appreciated Brian - then
I'll repeatedly annoy @Radek-Suski https://github.com/Radek-Suski until
I get something back :D—
Reply to this email directly or view it on GitHub
#9252 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
sure :)
See #9274 for fix for
log_path: xxxxxx
tmp_path: xxxxxx
On 2 March 2016 at 00:10, George Wilson notifications@github.com wrote:
sure :)
—
Reply to this email directly or view it on GitHub
#9252 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
That should do the trick
@radek I couldnt work out how to obfuscate the file path to temp etc in the
file permissions tab. George had a go BUT that removed it from the web
interface as well
On 2 March 2016 at 10:20, Radek Suski notifications@github.com wrote:
That should do the trick
—
Reply to this email directly or view it on GitHub
#9252 (comment).
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Sorry just saw your PR
On 2 March 2016 at 10:29, Brian Teeman brian@teeman.net wrote:
@radek I couldnt work out how to obfuscate the file path to temp etc in
the file permissions tab. George had a go BUT that removed it from the web
interface as wellOn 2 March 2016 at 10:20, Radek Suski notifications@github.com wrote:
That should do the trick
—
Reply to this email directly or view it on GitHub
#9252 (comment)
.Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-03-02 10:31:20 |
Closed_By | ⇒ | brianteeman |
Labels |
Removed:
?
|
The absolute path is also available in the information downloaded from the PHP information
Example