⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (608 Bytes)
Bug #16411
» class.t3lib_svbase.php
Administrator Admin, 2007-09-17 22:46
***
class
.
t3lib_svbase
.
php
Mon
Sep
17
22
:
46
:
29
2007
---
class
.
t3lib_svbase
.
php_orig
Mon
Sep
17
22
:
45
:
52
2007
***************
***
475
,
481
****
if
(
$absFile
&&
t3lib_div
::
isAllowedAbsPath
(
$absFile
))
{
if
(
$fd
=
@
fopen
(
$absFile
,
'wb'
))
{
@
fwrite
(
$fd
,
$content
);
-
t3lib_div
::
fixPermissions
(
$absFile
);
@
fclose
(
$fd
);
}
else
{
$this
->
errorPush
(
T3_ERR_SV_FILE_WRITE
,
'Can not write to file: '
.
$absFile
);
---
475
,
480
----
« Previous
1
…
3
4
5
6
7
Next »
(5-5/7)
Loading...