2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-24 18:32:38 +00:00
Files
website/common/code/boost.php
Daniel James 62d53126d5 Prepare update for 1.56.0.
Upon release will need to merge this, update boost_1_56_0.qbk, and
rebuild.
2014-08-07 13:34:54 +01:00

14 lines
442 B
PHP

<?php
/*
Copyright 2007 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
require_once(dirname(__FILE__) . '/boost_config.php');
require_once(dirname(__FILE__) . '/boost_version.php');
boost_set_current_version(1,56,0);
function html_encode($text) {
return htmlentities($text, ENT_COMPAT | ENT_HTML401, 'UTF-8');
}