Changeset 1509 in ExiteCMS for branches/PLi-Fusion/contact.php


Ignore:
Timestamp:
07/02/08 18:27:06 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1408:1508 into the PLi-Fusion branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/contact.php

    r1335 r1509  
    1515require_once dirname(__FILE__)."/includes/core_functions.php"; 
    1616require_once PATH_ROOT."/includes/theme_functions.php"; 
    17  
    18 // include the secureimage class 
    19 require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 
    2017 
    2118// temp storage for template variables 
     
    4441    // error initialisation 
    4542    $errors = array(); 
     43    // include the secureimage class 
     44    require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 
    4645    // captcha check 
    4746    $securimage = new Securimage(); 
Note: See TracChangeset for help on using the changeset viewer.