Hello.
Here is a sample halalan.php. You can reconstruct your configurations
by modifying the values. An explanation for each variable is found at
[1].
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
// don't change if you already entered some data
$config['halalan']['pin'] = TRUE;
$config['halalan']['password_pin_generation'] = "web";
$config['halalan']['password_pin_characters'] = "alnum";
$config['halalan']['password_length'] = 4;
$config['halalan']['pin_length'] = 4;
$config['halalan']['captcha'] = TRUE;
$config['halalan']['captcha_length'] = 4;
$config['halalan']['show_candidate_details'] = FALSE;
$config['halalan']['generate_image_trail'] = FALSE;
$config['halalan']['image_trail_path'] = "";
$config['base_url'] = "http://localhost/halalan/";
$config['encryption_key'] = "dhLa47caHtQQmAHukuhVGzaPA6PeJGg4";
?>
[1] http://code.google.com/p/halalan/wiki/HowToInstall
--
Waldemar Amado Bautista
--
You received this message because you are subscribed to the Google Groups "Halalan" group.
To post to this group, send email to hal...@googlegroups.com.
To unsubscribe from this group, send email to halalan+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/halalan?hl=en.
my browser shows this message: "This link appears to be broken"..
--
You received this message because you are subscribed to the Google Groups "Halalan" group.
To post to this group, send email to hal...@googlegroups.com.
To unsubscribe from this group, send email to halalan+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/halalan?hl=en.
Hello. That message indicates that not all fields are filled up.
Please make sure that all fields are filled up. Thanks.
--
Waldemar Amado Bautista