Ignore:
Timestamp:
Dec 21, 2009, 2:21:29 PM (14 years ago)
Author:
patdenice
Message:

[Plugin] [PWG Stuffs]
Implement check_pwg_token for last comments block.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/admin/functions.inc.php

    r3609 r4540  
    55        $dir = opendir(STUFFS_PATH . 'modules/');
    66    while ($file = readdir($dir)) {
    7         if ($file != '.' and $file != '..') {
     7        if ($file != '.' and $file != '..' and $file != '.svn') {
    88            $path = STUFFS_PATH . 'modules/' . $file;
    99            if (is_dir($path) and !is_link($path)) {
Note: See TracChangeset for help on using the changeset viewer.