source: branches/feature-module-update/data/conf/mobile_conf.php @ 16146

Revision 16146, 385 bytes checked in by nanasess, 16 years ago (diff)

モバイル関連の定数を DB へ移動

  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2/**
3 *
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 *
9 *
10 * モバイルサイト共有設定ファイル
11 */
12
13// MOBILE_COMPILE_DIR が無ければ作る
14if (!file_exists(MOBILE_COMPILE_DIR)) {
15        mkdir(MOBILE_COMPILE_DIR);
16}
17/**
18 * モバイルサイトであることを表す定数
19 */
20define('MOBILE_SITE', true);
21?>
Note: See TracBrowser for help on using the repository browser.