Преглед на файлове

deleting comments in the code

Victor De la Rocha преди 15 години
родител
ревизия
44a1d936fd
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      install.php

+ 0 - 4
install.php Целия файл

@@ -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']:'');