Project

General

Profile

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)