Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
phpmyadmin.inc.php File Reference

Go to the source code of this file.

Variables

 $cfg ['SuhosinDisableWarning'] = true
 Special phpmyadmin configuration for AlternC.
 $cfg ['ShowCreateDb'] = false
 $cfg ['ShowChgPassword'] = false
 $cfg ['LoginCookieRecall'] = false
 $cfg ['blowfish_secret'] = '%%PHPMYADMIN_BLOWFISH%%'
 $i = 1
 $cfg ['Servers'][$i]['connect_type'] = 'tcp'
 $cfg ['Servers'][$i]['hide_db'] = 'information_schema'
 $cfg ['Servers'][$i]['auth_type'] = 'signon'
 $cfg ['Servers'][$i]['SignonSession'] = 'AlternC_Panel'
 $cfg ['Servers'][$i]['verbose'] = 'Single Sign On virtual server'
 $cfg ['Servers'][$i]['SignonURL'] = '/alternc-sql/index.php?server=2'
 $cfg ['Servers'][$i]['LogoutURL'] = '/index.php'

Variable Documentation

$cfg['SuhosinDisableWarning'] = true

Special phpmyadmin configuration for AlternC.

We setup two new servers:

i: a server with a hardcoded username/password corresponding to the one setup in the AlternC panels

i+1: a regular server with a cookie-based auth

the content of this file will be included in the /etc/phpmyadmin/config.inc.php

Definition at line 22 of file phpmyadmin.inc.php.

$cfg['ShowCreateDb'] = false

Definition at line 23 of file phpmyadmin.inc.php.

$cfg['ShowChgPassword'] = false

Definition at line 24 of file phpmyadmin.inc.php.

$cfg['LoginCookieRecall'] = false

Definition at line 25 of file phpmyadmin.inc.php.

$cfg['blowfish_secret'] = '%%PHPMYADMIN_BLOWFISH%%'

Definition at line 26 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['connect_type'] = 'tcp'

Definition at line 32 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['hide_db'] = 'information_schema'

Definition at line 33 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['auth_type'] = 'signon'

Definition at line 34 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['SignonSession'] = 'AlternC_Panel'

Definition at line 35 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['verbose'] = 'Single Sign On virtual server'

Definition at line 36 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['SignonURL'] = '/alternc-sql/index.php?server=2'

Definition at line 37 of file phpmyadmin.inc.php.

$cfg['Servers'][$i]['LogoutURL'] = '/index.php'

Definition at line 38 of file phpmyadmin.inc.php.

$i = 1

Definition at line 28 of file phpmyadmin.inc.php.