Subversion Repositories oidplus

Rev

Rev 1203 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1203 Rev 1266
Line 44... Line 44...
44
                        // We intentionally catch Exception and Error
44
                        // We intentionally catch Exception and Error
45
                        $title = 'OIDplus initialization error';
45
                        $title = 'OIDplus initialization error';
46
                        $message = '<p>'.$message.'</p><p>Please check the file <b>userdata/baseconfig/config.inc.php</b> or run <b>setup/</b> again</p>';
46
                        $message = '<p>'.$message.'</p><p>Please check the file <b>userdata/baseconfig/config.inc.php</b> or run <b>setup/</b> again</p>';
47
                }
47
                }
48
 
48
 
49
                parent::__construct($message, $title);
49
                parent::__construct($message, $title, 500);
50
        }
50
        }
51
 
51
 
52
}
52
}
53
53