Bad JS, duh

This commit is contained in:
Chouchen 2011-01-07 13:35:09 +00:00
parent d6a1617f0c
commit 34238481ad
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ elseif($ret === ShortURL::STATE_ALREADY_EXIST){
exit;
}
else{
echo 'alert("Raccourci cr&eacute;&eacute; : <a href="http://'.$_SERVER['SERVER_NAME'].$folder.rawurlencode($newname).'">http://'.$_SERVER['SERVER_NAME'].$folder.rawurlencode($newname).'</a>");';
echo 'alert("Raccourci cr&eacute;&eacute; : http://'.$_SERVER['SERVER_NAME'].$folder.rawurlencode($newname).'");';
exit;
}