OSDN Git Service

rawurlencode 漏れを修正。
[yanmah2/YANMAH2-season2-.git] / product_definitions.php
1 <?php
2 //YANMAH2 - Yet ANother Mobile Accelerated HatenaHaiku
3 //(c) 2014 YANMAH2 project
4 //This program is freesoftware. you can redistribute it and/ormodify it under the terms of the [GNU Affero GPL v3](http://www.gnu.org/licenses/agpl.html).
5 ?>
6 <?php defined("HELLO") or exit(); ?>
7 <?php
8 $product_name_abbr = "YANMAH2 -season 2-";
9 $product_name_full = "Yet ANother Mobile Accelerated HatenaHaiku";
10 $product_version = "1.9905-beta";
11 $project_name = "YANMAH2 project";
12 $project_url = "http://yanmah2.sourceforge.jp/";
13 $user_agent = $product_name_abbr . '/' . $product_version . ' ' . $_SERVER['SERVER_NAME'];
14 ?>