PHP Classes

File: notes.txt

Recommend this page to a friend!
  Classes of Axel Pardemann   AMDev_Captcha   notes.txt   Download  
File: notes.txt
Role: Documentation
Content type: text/plain
Description: Notes
Class: AMDev_Captcha
Generate form elements for CAPTCHA validation
Author: By
Last change:
Date: 16 years ago
Size: 951 bytes
 

Contents

Class file image Download
Changes to [xajaxAIO.inc.php] version 0.5beta4 Line: 185 Function: printJavascriptInclude Changed: $this->_getScriptFilename('xajax_js/xajax_core.js') To this: $this->_getScriptFilename('xajax_core.js') Line: 186 Function: printJavascriptInclude Changed: $this->_getScriptFilename('xajax_js/xajax_debug.js') To this: $this->_getScriptFilename('xajax_debug.js') Line: 187 Function: printJavascriptInclude Changed: $this->_getScriptFilename('xajax_js/xajax_verbose.js') To this: $this->_getScriptFilename('xajax_verbose.js') Line: 188 Function: printJavascriptInclude Changed: $this->_getScriptFilename('xajax_js/xajax_verbose.js') To this: $this->_getScriptFilename('xajax_verbose.js') Line: 285 Function: autoCompressJavascript Changed: $sJsFile='xajax_js/xajax_core.js' To this: $sJsFile='xajax_core.js' Line: 629 Function: loadPlugins Changed: if($handle=opendir($sFolder)) To this: if($handle=@opendir($sFolder))