Changeset 1452

Show
Ignore:
Timestamp:
12/13/07 20:18:49 (10 months ago)
Author:
rho
Message:

do not redirect to install.php if dbpass is empty

Signed-off: Rolando Espinoza La fuente <rho@prosoftpeople.com>

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/includes.php

    r1412 r1452  
    4040 
    4141    // Check if should go to install 
    42         if (empty($CFG->dbuser) || empty($CFG->dbpass)) { 
     42        if (empty($CFG->dbname) || empty($CFG->dbuser)) { 
    4343            header('Location: install.php'); 
    4444            exit();