⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
TYPO3 Core
All Projects
TYPO3 Core
Overview
Activity
Roadmap
Issues
Repository
Download (232 Bytes)
Bug #32046
» test-32046.php
Dmitry Dulepov
, 2011-12-02 14:20
<?php
require
(
't3lib/class.t3lib_div.php'
);
$testStr
=
'fileadmin/templates/Ссылки (fce).xml'
;
printf
(
't3lib_div::validPathStr(\'%s\') returns %s'
.
chr
(
10
),
$testStr
,
t3lib_div
::
validPathStr
(
$testStr
)
?
'true'
:
'false'
);
(1-1/1)
Loading...