Merge branch 'master' of github.com:gnuboard/g5

This commit is contained in:
sora90224
2015-11-17 14:41:54 +09:00
4 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -28,7 +28,7 @@
//require_once 'PEAR.php';
require_once 'oleread.inc';
require_once 'oleread.inc.php';
//require_once 'OLE.php';
define('SPREADSHEET_EXCEL_READER_BIFF8', 0x600);

View File

@ -237,6 +237,9 @@ class KCAPTCHA{
// 캡챠 HTML 코드 출력
function captcha_html($class="captcha")
{
if(is_mobile())
$class .= ' m_captcha';
$html .= "\n".'<script>var g5_captcha_url = "'.G5_CAPTCHA_URL.'";</script>';
//$html .= "\n".'<script>var g5_captcha_path = "'.G5_CAPTCHA_PATH.'";</script>';
$html .= "\n".'<script src="'.G5_CAPTCHA_URL.'/kcaptcha.js"></script>';