26 lines
929 B
PHP
26 lines
929 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is a part of the phpMussel package.
|
||
|
* Homepage: https://phpmussel.github.io/
|
||
|
*
|
||
|
* PHPMUSSEL COPYRIGHT 2013 AND BEYOND BY THE PHPMUSSEL TEAM.
|
||
|
*
|
||
|
* Authors:
|
||
|
* @see PEOPLE.md
|
||
|
*
|
||
|
* License: GNU/GPLv2
|
||
|
* @see LICENSE.txt
|
||
|
*
|
||
|
* This file: Default theme pips handler (last modified: 2017.06.09).
|
||
|
*/
|
||
|
|
||
|
/** Prevents execution from outside of phpMussel. */
|
||
|
if (!defined('phpMussel')) {
|
||
|
die('[phpMussel] This should not be accessed directly.');
|
||
|
}
|
||
|
|
||
|
$phpMussel['FE']['PIP_Left'] = 'R0lGODlhCAAIAKECAJkCAPv99P///////yH5BAEKAAEALAAAAAAIAAgAAAINjH+ga6vJIEDh0UmzKQA7';
|
||
|
$phpMussel['FE']['PIP_Right'] = 'R0lGODlhCAAIAKECAJkCAPv99P///////yH5BAEKAAEALAAAAAAIAAgAAAINjH+gmwvoUGBSSfOuKQA7';
|
||
|
$phpMussel['FE']['PIP_Key'] = 'R0lGODlhBwAJAKECAJkCAP3/+////////yH5BAEKAAEALAAAAAAHAAkAAAINjH+gyaaAAkQrznRbKAA7';
|
||
|
$phpMussel['FE']['PIP_Key2'] = 'R0lGODlhCAAFAKECAJkCAP3/+v///////yH5BAEKAAEALAAAAAAIAAUAAAILDIJ5l2YAo1uItQIAOw==';
|