示例#1
0
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 * MA 02110-1301, USA.
 * 
 * 
 */
require_once __DIR__ . "/../../moneyio.php";
require_once __DIR__ . "/../../mio-wallet/show/wallet_func.php";
require_once __DIR__ . "/../../session.php";
require_once __DIR__ . "/../../mio-admin/update_func.php";
require_once __DIR__ . "/../../mio-lang/list.php";
open_session();
$user_id = $_SESSION["mio-username_id"];
if (isset($_SESSION) && !empty($_SESSION)) {
    $moneyio_info = get_moneyio();
    ?>

	<!DOCTYPE html>

<html>
	<head>
		<meta charset="<?php 
    echo $moneyio_data_charset;
    ?>
">
		<meta keywords="<?php 
    echo $moneyio_data->keyw;
    ?>
">
		<meta author="MoneyIO">
示例#2
0
function get_html_meta_tag()
{
    require_once __DIR__ . "/mio-admin/update_func.php";
    $storage = get_moneyio();
    return $storage;
}