diff --git a/add.php b/add.php index f23afa9..b410605 100644 --- a/add.php +++ b/add.php @@ -28,6 +28,6 @@ elseif($ret === ShortURL::STATE_ALREADY_EXIST){ exit; } else{ - echo 'alert("Raccourci créé : http://'.$_SERVER['SERVER_NAME'].$folder.rawurlencode($newname).'");'; + echo 'alert("Raccourci créé : http://'.$_SERVER['SERVER_NAME'].$folder.rawurlencode($newname).'");'; exit; } \ No newline at end of file