Changeset 7d7f67d in github for installer/config.php
- Timestamp:
- Sep 21, 2008 8:50:15 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 34b8b1e
- Parents:
- 2fd6c21
- File:
-
- 1 edited
-
installer/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
installer/config.php
rbba657e r7d7f67d 31 31 32 32 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'))); 34 34 35 35 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')); 37 37 38 38 echo '<p class="hint">Of course there are more options to configure.
Note: See TracChangeset
for help on using the changeset viewer.
