mirror of
https://github.com/YunoHost-Apps/indexhibit_ynh.git
synced 2024-09-03 19:26:20 +02:00
8 lines
No EOL
245 B
PHP
8 lines
No EOL
245 B
PHP
<?php if (!defined('SITE')) exit('No direct script access allowed');
|
|
|
|
$indx['db'] = '__DB_NAME__';
|
|
$indx['user'] = '__DB_USER__';
|
|
$indx['pass'] = '__DB_PWD__';
|
|
$indx['host'] = 'localhost';
|
|
$indx['sql'] = 'mysql';
|
|
define('PX', 'ndxz_'); |