Changeset 24233 for extensions
- Timestamp:
- Aug 25, 2013, 10:27:04 AM (11 years ago)
- Location:
- extensions/EasyCaptcha
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/EasyCaptcha/admin.php
r24226 r24233 63 63 while (($item = readdir($dh)) !== false ) 64 64 { 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')) 66 66 { 67 67 $drag_images = include($dir.'/'.$item.'/conf.inc.php'); -
extensions/EasyCaptcha/language/en_UK/description.txt
r24215 r24233 1 A nfun antibot system for comments, registration, ContactForm and GuestBook.1 A fun antibot system for comments, registration, ContactForm and GuestBook. -
extensions/EasyCaptcha/main.inc.php
r24227 r24233 3 3 Plugin Name: Easy Captcha 4 4 Version: auto 5 Description: A nfun antibot system for comments, registration, ContactForm and GuestBook.5 Description: A fun antibot system for comments, registration, ContactForm and GuestBook. 6 6 Plugin URI: auto 7 7 Author: Mistic
Note: See TracChangeset
for help on using the changeset viewer.