srchub

srchub Commit Details


Date:2016-10-01 22:56:18 (8 years 5 months ago)
Author:Natalie Adams
Branch:master
Commit:ce03e17d58e1a1e6d1523c4194c820236d74902e
Parents: e398a3bbd6fb60ebfa6bb72faf0308c32d52a714
Message:Updating previous commit

Changes:

File differences

indefero/src/IDF/Form/Upload.php
147147
148148
149149
150
150
151151
152152
153153
        }
        foreach(explode(".", $this->cleaned_data["ext_file_name"]) as $section) {
            if (!ctype_alpha($section)) {
            if (!ctype_alnum(($section))) {
                throw new Pluf_Form_Invalid(__("External file name must not contain characters other than a-zA-Z and ."));
            }
        }

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.08096s using 14 queries.