Browse Source

deleting comments in the code

Victor De la Rocha 16 years ago
parent
commit
44a1d936fd
1 changed files with 0 additions and 4 deletions
  1. 0 4
      install.php

+ 0 - 4
install.php View File

34
 $theme->set('version',util::version());
34
 $theme->set('version',util::version());
35
 $theme->set('showForm',$install->showForm);
35
 $theme->set('showForm',$install->showForm);
36
 
36
 
37
-#db_password
38
-#db_password2
39
 $theme->set('db_login',isset($install->data['db_login'])? $install->data['db_login'] : '');
37
 $theme->set('db_login',isset($install->data['db_login'])? $install->data['db_login'] : '');
40
-#$theme->set('db_host',(!empty($install->data['db_host']))? $install->data['db_host'] : 'localhost');
41
-#$theme->set('db_name',(!empty($install->data['db_name']))?  $install->data['db_name'] : 'gelatocms');
42
 $theme->set('login',isset($install->data['login'])?$install->data['login']:'');
38
 $theme->set('login',isset($install->data['login'])?$install->data['login']:'');
43
 $theme->set('email',isset($install->data['email'])?$install->data['email']:'');
39
 $theme->set('email',isset($install->data['email'])?$install->data['email']:'');
44
 $theme->set('title',isset($install->data['title'])?$install->data['title']:'');
40
 $theme->set('title',isset($install->data['title'])?$install->data['title']:'');