기능개선 및 라이센스 기타오류 수정

This commit is contained in:
chicpro
2014-09-16 10:33:19 +09:00
parent 916cd86330
commit 4c083b6471
12 changed files with 238 additions and 217 deletions

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']) {