You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
595 B
PHP
20 lines
595 B
PHP
<?php
|
|
/**
|
|
* Phpstan bootstrap file.
|
|
*
|
|
* @package OpenID_Connect_Generic
|
|
* @author Jonathan Daggerhart <jonathan@daggerhart.com>
|
|
* @author Tim Nolte <tim.nolte@ndigitals.com>
|
|
* @copyright 2015-2020 daggerhart
|
|
* @license http://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
|
|
* @link https://github.com/daggerhart
|
|
*/
|
|
|
|
// Define WordPress language directory.
|
|
defined( 'WP_LANG_DIR' ) || define( 'WP_LANG_DIR', 'wordpress/src/wp-includes/languages/' );
|
|
|
|
defined( 'COOKIE_DOMAIN' ) || define( 'COOKIE_DOMAIN', 'localhost' );
|
|
defined( 'COOKIEPATH' ) || define( 'COOKIEPATH', '/');
|
|
|
|
|