1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

initial checkin -- May 27, 2017

This commit is contained in:
George Hunt 2017-05-27 11:09:50 -07:00
commit 845632d0ac
488 changed files with 41559 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 4.2.7.1 setup script
* Date: Wed, 27 Aug 2014 04:06:59 +0000
*/
/* Servers configuration */
$i = 0;
/* Server: School Server Mysql Database [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'School Server Mysql Database';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['blowfish_secret'] = '53fd593a363ed4.99753154';
$cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>

View file

@ -0,0 +1,5 @@
Alias /phpmyadmin /opt/phpmyadmin
<Directory /opt/phpmyadmin>
AllowOverride all
require all granted
</Directory>