mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
spaces to tabs
This commit is contained in:
parent
85f42f2f92
commit
7ce90a574b
@ -142,10 +142,10 @@ class Pastes extends CI_Model
|
||||
if ($burn)
|
||||
{
|
||||
echo 'copy this URL, it will become invalid on visit: <a href="' . site_url('view/' . $data['pid']) . '">' . site_url('view/' . $data['pid']) . '</a>';
|
||||
if ($data['snipurl'] !== false)
|
||||
{
|
||||
echo '<br>Shorturl: <a href="' . $shorturl . '">' . $shorturl . '</a><br>';
|
||||
}
|
||||
if ($data['snipurl'] !== false)
|
||||
{
|
||||
echo '<br>Shorturl: <a href="' . $shorturl . '">' . $shorturl . '</a><br>';
|
||||
}
|
||||
exit;
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user