mirror of
https://gh.wpcy.net/https://github.com/fairpm/server.git
synced 2026-05-08 13:41:12 +08:00
8 lines
267 B
PHP
8 lines
267 B
PHP
<?php
|
|
|
|
define( 'HM_BASIC_AUTH_USER', 'openwebff' );
|
|
define( 'HM_BASIC_AUTH_PW', 'wither-nodding-dues-morals-splat' );
|
|
|
|
// GlotPress configuration.
|
|
define( 'GP_URL_BASE', '/' );
|
|
define( 'GP_TMPL_PATH', dirname( __DIR__ ) . '/content/plugins/f-translate/templates/' );
|