Ignore:
Timestamp:
Jan 17, 2012, 9:15:29 PM (13 years ago)
Author:
chronos
Message:
  • Upraveno: Záznam operací uživatelů přepracován na systémový modul.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Module.php

    r343 r347  
    123123    $Files = scandir(dirname(__FILE__));
    124124    foreach($Files as $File)
    125     if(is_dir(dirname(__FILE__).'/'.$File) and ($File != '.') and ($File != '..'))
     125    if(is_dir(dirname(__FILE__).'/'.$File) and ($File != '.') and ($File != '..') and (substr($File, 0, 1) != '.'))
    126126    {
    127127      $ModulesOnDisk[] = $File;
Note: See TracChangeset for help on using the changeset viewer.