Merge branch 'g5'
This commit is contained in:
@ -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']) {
|
||||
|
||||
Reference in New Issue
Block a user