Project

General

Profile

« Previous | Next » 

Revision 1614

Added by Dietmar over 12 years ago

  1. fixed tabindex in installer (Tks to Easyuser)
  2. fixed installer call in /admin/index.php

View differences:

index.php
24 24
*/
25 25

  
26 26
// Include config file
27
if(!defined('WB_URL')) {
27
if(!defined('WB_URL') && file_exists(realpath('../config.php'))) {
28 28
	require('../config.php');
29 29
}
30 30

  

Also available in: Unified diff