Ignore:
Timestamp:
May 18, 2013, 12:44:13 AM (11 years ago)
Author:
mistic100
Message:

index.php was selectable as a font ! fix display of checkboxes with small browser window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/CryptograPHP/admin.php

    r19428 r22725  
    6060  while (($file = readdir($dh)) !== false )
    6161  {
    62     if ($file !== '.' && $file !== '..') $fonts[] = str_replace('.ttf', null, $file);
     62    if ($file !== '.' && $file !== '..' && get_extension($file)=='ttf')
     63      $fonts[] = get_filename_wo_extension($file);
    6364  }
    6465 
Note: See TracChangeset for help on using the changeset viewer.