Merge branch 'g5'

This commit is contained in:
chicpro
2014-09-05 15:08:01 +09:00

View File

@ -3,6 +3,8 @@ include_once("./_common.php");
$title = urlencode(str_replace('\"', '"',$_REQUEST['title']));
$short_url = googl_short_url($_REQUEST['longurl']);
if(!$short_url)
$short_url = urlencode($_REQUEST['longurl']);
$title_url = $title.' : '.$short_url;
switch($_REQUEST['sns']) {