Orthograph
This commit is contained in:
parent
fb015ee4db
commit
3d712cfed6
@ -93,7 +93,7 @@ if(!empty($_POST['url'])) {
|
|||||||
// Echoes the result
|
// Echoes the result
|
||||||
$new_url = BASE_URL.'/?'.$short;
|
$new_url = BASE_URL.'/?'.$short;
|
||||||
?>
|
?>
|
||||||
<p>Your shorten URL:<br/>
|
<p>Your shortened URL:<br/>
|
||||||
<strong><a href="<?php echo $new_url ?>"><?php echo $new_url; ?></a></strong>
|
<strong><a href="<?php echo $new_url ?>"><?php echo $new_url; ?></a></strong>
|
||||||
</p>
|
</p>
|
||||||
<p>Short link for: <?php echo '<a href="'.$url.'">'.$url.'</a>'; ?></p>
|
<p>Short link for: <?php echo '<a href="'.$url.'">'.$url.'</a>'; ?></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user