Line 34: |
Line 34: |
| # standalone or login mode | | # standalone or login mode |
| $scriptname=end(explode('/',$_SERVER['PHP_SELF'])); | | $scriptname=end(explode('/',$_SERVER['PHP_SELF'])); |
− | $scriptpath=str_replace($scriptname,'',$_SERVER['PHP_SELF']); | + | $scriptpath=str_replace($scriptname,"",$_SERVER['PHP_SELF']); |
| # standalone login part | | # standalone login part |
| { | | { |
Line 85: |
Line 85: |
| } | | } |
| # end of multiuser login part | | # end of multiuser login part |
− | $cfg['Servers'][$i]['controluser'] = ''; | + | $cfg['Servers'][$i]['controluser'] = ""; |
− | $cfg['Servers'][$i]['controlpass'] = ''; | + | $cfg['Servers'][$i]['controlpass'] = ""; |
− | $cfg['Servers'][$i]['only_db'] = ''; | + | $cfg['Servers'][$i]['only_db'] = ""; |
− | $cfg['Servers'][$i]['hide_db'] = ''; | + | $cfg['Servers'][$i]['hide_db'] = ""; |
| $cfg['Servers'][$i]['verbose'] = 'Mysql55';// here is the name as it appears in phpmyadmin | | $cfg['Servers'][$i]['verbose'] = 'Mysql55';// here is the name as it appears in phpmyadmin |
− | $cfg['Servers'][$i]['pmadb'] = ''; | + | $cfg['Servers'][$i]['pmadb'] = ""; |
− | $cfg['Servers'][$i]['bookmarktable'] = ''; | + | $cfg['Servers'][$i]['bookmarktable'] = ""; |
− | $cfg['Servers'][$i]['relation'] = ''; | + | $cfg['Servers'][$i]['relation'] = ""; |
− | $cfg['Servers'][$i]['table_info'] = ''; | + | $cfg['Servers'][$i]['table_info'] = ""; |
− | $cfg['Servers'][$i]['table_coords'] = ''; | + | $cfg['Servers'][$i]['table_coords'] = ""; |
− | $cfg['Servers'][$i]['pdf_pages'] = ''; | + | $cfg['Servers'][$i]['pdf_pages'] = ""; |
− | $cfg['Servers'][$i]['column_info'] = ''; | + | $cfg['Servers'][$i]['column_info'] = ""; |
− | $cfg['Servers'][$i]['history'] = ''; | + | $cfg['Servers'][$i]['history'] = ""; |
| $cfg['Servers'][$i]['verbose_check'] = TRUE; | | $cfg['Servers'][$i]['verbose_check'] = TRUE; |
| $cfg['Servers'][$i]['AllowRoot'] = TRUE; | | $cfg['Servers'][$i]['AllowRoot'] = TRUE; |
− | $cfg['Servers'][$i]['AllowDeny']['order']=''; | + | $cfg['Servers'][$i]['AllowDeny']['order']=""; |
| $cfg['Servers'][$i]['AllowDeny']['rules']= array(); | | $cfg['Servers'][$i]['AllowDeny']['rules']= array(); |
| $cfg['Servers'][$i]['AllowNoPassword']= FALSE; | | $cfg['Servers'][$i]['AllowNoPassword']= FALSE; |
− | $cfg['Servers'][$i]['designer_coords']= ''; | + | $cfg['Servers'][$i]['designer_coords']= ""; |
| $cfg['Servers'][$i]['bs_garbage_threshold']= 50; | | $cfg['Servers'][$i]['bs_garbage_threshold']= 50; |
| $cfg['Servers'][$i]['bs_repository_threshold']= '32M'; | | $cfg['Servers'][$i]['bs_repository_threshold']= '32M'; |