Changeset 248 for trunk/install
- Timestamp:
- Jan 30, 2016, 11:58:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/install/install2.php
r17 r248 417 417 $handle=opendir('../client/temi'); 418 418 while ($file = readdir($handle)) { 419 if ( (!preg_match('/[.]/',$file)) ) { 419 if ( (preg_match('/^([_0-9a-zA-Z]+)([_0-9a-zA-Z]{3})$/',$file)) ){ 420 //if ( (!preg_match('/[.]/',$file)) ) { 420 421 $themelist .= "$file "; 421 422 }
Note:
See TracChangeset
for help on using the changeset viewer.