Changeset 1315 in ExiteCMS


Ignore:
Timestamp:
02/27/08 12:44:19 (4 years ago)
Author:
hverton
Message:

fixed more typo's... :(

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/contact.php

    r1313 r1315  
    1717 
    1818// include the secureimage class 
    19 require_once PATH_INCLUDES."secureimage-1.0.3/secureimage.php"; 
     19require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 
    2020 
    2121// temp storage for template variables 
  • trunk/includes/comments_include.php

    r1313 r1315  
    4444        if (iGUEST) { 
    4545            // load the secureimage include 
    46             require_once PATH_INCLUDES."secureimage-1.0.3/secureimage.php"; 
     46            require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 
    4747            $securimage = new Securimage(); 
    4848            if ($securimage->check($_POST['captcha_code']) == false) { 
  • trunk/includes/templates/main.register.tpl

    r1314 r1315  
    103103                </td> 
    104104                <td class='tbl'> 
    105                     <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/secureimage_show.php" alt="CAPTCHA Image" /> 
     105                    <img id="captcha" src="{$smarty.const.INCLUDES}secureimage-1.0.3/securimage_show.php" alt="CAPTCHA Image" /> 
    106106                </td> 
    107107            </tr> 
  • trunk/register.php

    r1313 r1315  
    135135        if ($settings['display_validation'] == "1") { 
    136136            // include the secureimage class 
    137             require_once PATH_INCLUDES."secureimage-1.0.3/secureimage.php"; 
     137            require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 
    138138            $securimage = new Securimage(); 
    139139            if ($securimage->check($_POST['captcha_code']) == false) { 
Note: See TracChangeset for help on using the changeset viewer.