Changeset 7d7f67d in github for installer/config.php


Ignore:
Timestamp:
Sep 21, 2008 8:50:15 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
34b8b1e
Parents:
2fd6c21
Message:

Apply changes of installer script to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • installer/config.php

    rbba657e r7d7f67d  
    3131   
    3232  echo '<div><em>main.inc.php (<a href="index.php?_getfile=main">download</a>)</em></div>'; 
    33   echo $textbox->show($RCI->create_config('main')); 
     33  echo $textbox->show(($_SESSION['main.inc.php'] = $RCI->create_config('main'))); 
    3434   
    3535  echo '<div style="margin-top:1em"><em>db.inc.php (<a href="index.php?_getfile=db">download</a>)</em></div>'; 
    36   echo $textbox->show($RCI->create_config('db')); 
     36  echo $textbox->show($_SESSION['db.inc.php'] = $RCI->create_config('db')); 
    3737 
    3838  echo '<p class="hint">Of course there are more options to configure. 
Note: See TracChangeset for help on using the changeset viewer.