Changeset 1315 in ExiteCMS for trunk/includes/comments_include.php


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

fixed more typo's... :(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) { 
Note: See TracChangeset for help on using the changeset viewer.