Browse Source

deleting comments in the code

Victor De la Rocha 15 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,11 +34,7 @@ $theme = new themes;
34 34
 $theme->set('version',util::version());
35 35
 $theme->set('showForm',$install->showForm);
36 36
 
37
-#db_password
38
-#db_password2
39 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 38
 $theme->set('login',isset($install->data['login'])?$install->data['login']:'');
43 39
 $theme->set('email',isset($install->data['email'])?$install->data['email']:'');
44 40
 $theme->set('title',isset($install->data['title'])?$install->data['title']:'');