mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
todo
This commit is contained in:
parent
0aaf5651a9
commit
eb071164bf
@ -129,7 +129,6 @@ class Main extends CI_Controller
|
||||
$fields['lang'] = 'Language';
|
||||
|
||||
$this->form_validation->set_rules($rules);
|
||||
//$this->form_validation->set_fields($fields);
|
||||
$this->form_validation->set_message('min_length', 'The %s field can not be empty');
|
||||
$this->form_validation->set_error_delimiters('<div class="message error"><div class="container">', '</div></div>');
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#TODO
|
||||
include_once('geshi/geshi.php');
|
||||
|
||||
/**
|
||||
@ -46,4 +47,3 @@ Class Process {
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user