OSDN Git Service

BugTrack/615 Remove $script shortening logic for Keitai profile
[pukiwiki/pukiwiki.git] / keitai.ini.php
index 606c718..cf45597 100644 (file)
@@ -100,12 +100,6 @@ $usefacemark = 1;
 $accesskey = 'accesskey';
 
 /////////////////////////////////////////////////
-// $scriptを短縮
-if (preg_match('#([^/]+)$#', $script, $matches)) {
-       $script = $matches[1];
-}
-
-/////////////////////////////////////////////////
 // ブラウザ調整前のデフォルト値
 
 // max_size (SKINで使用)