• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision6599948e8c841bf8cd96fabf79ba57402bd2d463 (tree)
Time2013-04-18 13:16:02
Authortes-okumura <tes-okumura@sint...>
Commitertes-okumura

Log Message

本番移行対応

Change Summary

Incremental Difference

--- a/front/html/top.html
+++ b/front/html/top.html
@@ -1,6 +1,7 @@
11 <!DOCTYPE html>
22 <html>
33 <head>
4+<meta name="google-site-verification" content="tAkttkbpuSERjXkbQSh4K1G1X4lh1pQ3DOdym5IHvsw" />
45 <meta charset="UTF-8">
56 <meta name="description" content="京都のアルバイトなら地域密着型の「Dear job」で!セレブレート制度で、就業祝い金がもらえる!" />
67 <meta name="Keywords" content="Dear job,京都,求人,アルバイト,セレブレート,celebrate,就業祝い金,地域密着" />
--- a/front/index.php
+++ b/front/index.php
@@ -21,11 +21,11 @@ if (!defined('FRONT')) {
2121 define('FRONT', ROOT . 'front' . DS);
2222 }
2323 if (!defined('DOMAIN')) {
24- //define('DOMAIN', 'http://devel.tns-g.jp/');
24+ //define('DOMAIN', 'http://tns-g.jp/');
2525 define('DOMAIN', 'http://localhost/');
2626 }
2727 if (!defined('SSL')) {
28- //define('SSL', 'https://secure1604.sakura.ne.jp/devel.tns-g.jp/');
28+ //define('SSL', 'https://secure1604.sakura.ne.jp/tns-g.jp/');
2929 define('SSL', 'https://localhost/');
3030 }
3131 require_once FRONT . 'Controller.php';