Changeset 24233


Ignore:
Timestamp:
Aug 25, 2013, 10:27:04 AM (11 years ago)
Author:
mistic100
Message:

error when open_basedir restriction in effect

Location:
extensions/EasyCaptcha
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/admin.php

    r24226 r24233  
    6363  while (($item = readdir($dh)) !== false )
    6464  {
    65     if ($item!=='.' && $item!=='..' && file_exists($dir.'/'.$item.'/conf.inc.php'))
     65    if ($item!=='.' && $item!=='..' && is_dir($dir.'/'.$item) && file_exists($dir.'/'.$item.'/conf.inc.php'))
    6666    {
    6767      $drag_images = include($dir.'/'.$item.'/conf.inc.php');
  • extensions/EasyCaptcha/language/en_UK/description.txt

    r24215 r24233  
    1 An fun antibot system for comments, registration, ContactForm and GuestBook.
     1A fun antibot system for comments, registration, ContactForm and GuestBook.
  • extensions/EasyCaptcha/main.inc.php

    r24227 r24233  
    33Plugin Name: Easy Captcha
    44Version: auto
    5 Description: An fun antibot system for comments, registration, ContactForm and GuestBook.
     5Description: A fun antibot system for comments, registration, ContactForm and GuestBook.
    66Plugin URI: auto
    77Author: Mistic
Note: See TracChangeset for help on using the changeset viewer.