Changeset 1509 in ExiteCMS for branches/PLi-Fusion/contact.php
- Timestamp:
- 07/02/08 18:27:06 (4 years ago)
- File:
-
- 1 edited
-
branches/PLi-Fusion/contact.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/PLi-Fusion/contact.php
r1335 r1509 15 15 require_once dirname(__FILE__)."/includes/core_functions.php"; 16 16 require_once PATH_ROOT."/includes/theme_functions.php"; 17 18 // include the secureimage class19 require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php";20 17 21 18 // temp storage for template variables … … 44 41 // error initialisation 45 42 $errors = array(); 43 // include the secureimage class 44 require_once PATH_INCLUDES."secureimage-1.0.3/securimage.php"; 46 45 // captcha check 47 46 $securimage = new Securimage();
Note: See TracChangeset
for help on using the changeset viewer.
